]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainAddForm.java
UPD: Rename PingconfigForm to PingConfigForm
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainAddForm.java
index 7c198b726f2a39ac9cfc85d2bd3004226bb98b81..f9f8011775626d703c2e10dacbb46e0b0a956ba2 100644 (file)
@@ -20,12 +20,12 @@ public class DomainAddForm extends Form {
 
     private User target;
 
-    PingconfigForm pcf;
+    PingConfigForm pcf;
 
     public DomainAddForm(HttpServletRequest hsr, User target) throws GigiApiException {
         super(hsr);
         this.target = target;
-        pcf = new PingconfigForm(hsr, null);
+        pcf = new PingConfigForm(hsr, null);
     }
 
     @Override