Remove APIs from utils
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / tabular / JcrTabularRowIterator.java
index 931a2b565a1e2530321c00525ffdd85117465b71..5d380cfa5f9ce78effb18c8e8e568582a24f11de 100644 (file)
@@ -30,11 +30,11 @@ import javax.jcr.RepositoryException;
 import org.apache.commons.io.IOUtils;
 import org.argeo.jcr.ArgeoJcrException;
 import org.argeo.node.ArgeoTypes;
+import org.argeo.node.tabular.ArrayTabularRow;
+import org.argeo.node.tabular.TabularColumn;
+import org.argeo.node.tabular.TabularRow;
+import org.argeo.node.tabular.TabularRowIterator;
 import org.argeo.util.CsvParser;
-import org.argeo.util.tabular.ArrayTabularRow;
-import org.argeo.util.tabular.TabularColumn;
-import org.argeo.util.tabular.TabularRow;
-import org.argeo.util.tabular.TabularRowIterator;
 
 /** Iterates over the rows of a {@link ArgeoTypes#ARGEO_TABLE} node. */
 public class JcrTabularRowIterator implements TabularRowIterator {