Keep removing dependency to JCR.
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / core / SuiteUtils.java
index 0a31b1424e640df0d1aae1b4eaabbc011ba05659..cc0e3bfffc63b858c91ce44d5035f59b84051d43 100644 (file)
@@ -28,7 +28,7 @@ public class SuiteUtils {
                return EntityType.user.basePath() + '/' + uid;
        }
 
-       public static Node getOrCreateUserNode(Session adminSession, LdapName userDn) {
+       private static Node getOrCreateUserNode(Session adminSession, LdapName userDn) {
                try {
                        Node usersBase = adminSession.getNode(EntityType.user.basePath());
                        String uid = userDn.getRdn(userDn.size() - 1).getValue().toString();