Fix Javadocs
[lgpl/argeo-commons.git] / jcr / org.argeo.cms.jcr / src / org / argeo / jcr / Jcr.java
index 1936f2398b8e26a56a217ff4e89e64d96b7fd908..49b008d70751e24e4f362c9e5e2b9caab66f06cc 100644 (file)
@@ -387,7 +387,6 @@ public class Jcr {
         * 
         * @param node   the node
         * @param mixins the mixins
-        * @return the created node
         * @see Node#addMixin(String)
         */
        public static void addMixin(Node node, String... mixins) {