]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.jcr/src/main/java/org/argeo/jcr/tabular/JcrTabularWriter.java
Add dep folder
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / src / main / java / org / argeo / jcr / tabular / JcrTabularWriter.java
index 22356b1a855240181ce71e6764ff8c3901255f2d..718ff23742af86cd0973d5e57d03bf466d893c5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,6 +39,8 @@ public class JcrTabularWriter implements TabularWriter {
        private Node contentNode;
        private ByteArrayOutputStream out;
        private CsvWriter csvWriter;
+       
+       @SuppressWarnings("unused")
        private final List<TabularColumn> columns;
 
        /** Creates a table node */