]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/error/PageNotFound.java
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / error / PageNotFound.java
similarity index 93%
rename from src/org/cacert/gigi/pages/error/PageNotFound.java
rename to src/club/wpia/gigi/pages/error/PageNotFound.java
index ffc107f598e67ed7bca65bb7fb26e67219a2e581..6031a73658a25944f2a671ec51c3f258467d2a67 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi.pages.error;
+package club.wpia.gigi.pages.error;
 
 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.pages.Page;
+import club.wpia.gigi.pages.Page;
 
 public class PageNotFound extends Page {