]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/output/template/OutputableArrayIterable.java
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / output / template / OutputableArrayIterable.java
similarity index 91%
rename from src/org/cacert/gigi/output/template/OutputableArrayIterable.java
rename to src/club/wpia/gigi/output/template/OutputableArrayIterable.java
index 498954074de111f942da3cf97b9b8a7bf5f0d8cd..ff7886d4d12949f1edef58eb88066e9fa691a225 100644 (file)
@@ -1,8 +1,8 @@
-package org.cacert.gigi.output.template;
+package club.wpia.gigi.output.template;
 
 import java.util.Map;
 
-import org.cacert.gigi.localisation.Language;
+import club.wpia.gigi.localisation.Language;
 
 /**
  * Generic implementation of {@link IterableDataset} that is fed by an array.