]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/error/PageNotFound.java
[EMPTY] Formatting with configured formatter.
[gigi.git] / src / org / cacert / gigi / pages / error / PageNotFound.java
index 72057a6678859ff44be8e552d0bf5a8717c96d9e..0033f2397c74f5894c1f90539ca93662095cc26c 100644 (file)
@@ -14,10 +14,8 @@ public class PageNotFound extends Page {
        }
 
        @Override
-       public void doGet(HttpServletRequest req, HttpServletResponse resp)
-                       throws IOException {
-               getDefaultTemplate().output(resp.getWriter(), Page.getLanguage(req),
-                               null);
+       public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
+               getDefaultTemplate().output(resp.getWriter(), Page.getLanguage(req), null);
        }
 
 }