]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/api/GigiAPI.java
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / api / GigiAPI.java
similarity index 93%
rename from src/org/cacert/gigi/api/GigiAPI.java
rename to src/club/wpia/gigi/api/GigiAPI.java
index bd6884f9855827f123d0f03c507e99f1ae6cdb1c..1f99e510c1de99fe429c2152d7cb61b4fba3a8f6 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi.api;
+package club.wpia.gigi.api;
 
 import java.io.IOException;
 import java.io.InputStreamReader;
 
 import java.io.IOException;
 import java.io.InputStreamReader;
@@ -10,8 +10,8 @@ import javax.servlet.http.HttpServlet;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.cacert.gigi.database.DatabaseConnection;
-import org.cacert.gigi.database.DatabaseConnection.Link;
+import club.wpia.gigi.database.DatabaseConnection;
+import club.wpia.gigi.database.DatabaseConnection.Link;
 
 public class GigiAPI extends HttpServlet {
 
 
 public class GigiAPI extends HttpServlet {