]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/domain/DomainOverview.java
upd: keep coverity happy by explicitly throwing
[gigi.git] / src / club / wpia / gigi / pages / account / domain / DomainOverview.java
index bbed095bc790cd9e9fc864c06f1ddcd57a66a2dd..496d71e8454ed5ac8c4ec19004934c05beda12fa 100644 (file)
@@ -46,6 +46,6 @@ public class DomainOverview extends ManagedMultiFormPage {
         } else if (req.getParameter("delete") != null) {
             return Form.getForm(req, DomainManagementForm.class);
         }
-        return null;
+        throw new CSRFException();
     }
 }