]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/ChangePasswordPage.java
[EMPTY] Formatting with configured formatter.
[gigi.git] / src / org / cacert / gigi / pages / account / ChangePasswordPage.java
index fd4c9b2d6382338f952c73b1f443e13c9d213d7f..703bbdc33bb4d47d3be65a1405357be7f91838ea 100644 (file)
@@ -16,10 +16,8 @@ public class ChangePasswordPage extends Page {
        }
 
        @Override
-       public void doGet(HttpServletRequest req, HttpServletResponse resp)
-                       throws IOException {
-               new ChangeForm().output(resp.getWriter(), getLanguage(req),
-                               new HashMap<String, Object>());
+       public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
+               new ChangeForm().output(resp.getWriter(), getLanguage(req), new HashMap<String, Object>());
        }
 
 }