]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/ManagedFormPage.java
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / ManagedFormPage.java
similarity index 91%
rename from src/org/cacert/gigi/pages/ManagedFormPage.java
rename to src/club/wpia/gigi/pages/ManagedFormPage.java
index eabc9027a5db27ddd899b9e4969c7014056eff0b..b1cd6977400ea0e1f87ccc2ddc8e2142a5bcdbca 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi.pages;
+package club.wpia.gigi.pages;
 
 import java.io.IOException;
 import java.util.HashMap;
@@ -6,7 +6,7 @@ import java.util.HashMap;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.cacert.gigi.output.template.Form;
+import club.wpia.gigi.output.template.Form;
 
 public abstract class ManagedFormPage extends Page {