X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Ftabular%2FJcrTabularWriter.java;h=a6e1e286c87b2e60399bbe05e44e15fce47f4d86;hb=35507e18257f2e9f59842ba5120fcd3f19c4cf4d;hp=7249fd509fa4bf65593e5aa6c472c18053b659a3;hpb=61780b581925666edd4bd7743a00dca7170f1d35;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java b/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java index 7249fd509..a6e1e286c 100644 --- a/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java +++ b/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java @@ -27,12 +27,12 @@ import javax.jcr.PropertyType; import javax.jcr.RepositoryException; import org.apache.commons.io.IOUtils; +import org.argeo.cms.ArgeoTypes; import org.argeo.jcr.ArgeoJcrException; import org.argeo.jcr.JcrUtils; -import org.argeo.node.ArgeoTypes; +import org.argeo.node.tabular.TabularColumn; +import org.argeo.node.tabular.TabularWriter; import org.argeo.util.CsvWriter; -import org.argeo.util.tabular.TabularColumn; -import org.argeo.util.tabular.TabularWriter; /** Write / reference tabular content in a JCR repository. */ public class JcrTabularWriter implements TabularWriter {