Move security model to CMS
[lgpl/argeo-commons.git] / org.argeo.server.jcr / src / org / argeo / jcr / JcrUtils.java
index 2176e757cacac3141eb2e7c90a39302e085e0a8b..3b546684a544aba79d81757d169a318294a27ab8 100644 (file)
@@ -1415,7 +1415,6 @@ public class JcrUtils implements ArgeoJcrConstants {
         *            files
         * @return how many files were copied
         */
-       @SuppressWarnings("resource")
        public static Long copyFiles(Node fromNode, Node toNode, Boolean recursive,
                        ArgeoMonitor monitor) {
                long count = 0l;