Support i18n in directory
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / ldap / DefaultLdapEntry.java
index c4d20feba922576dc181129ebcd75dae523fbde5..218e0c57e0977dd5805d49fb37903b7b9a069e80 100644 (file)
@@ -35,8 +35,8 @@ public class DefaultLdapEntry implements LdapEntry {
 //     private Attributes publishedAttributes;
 
        // Temporarily expose the fields
-       protected AttributeDictionary properties;
-       protected AttributeDictionary credentials;
+       private AttributeDictionary properties;
+       private AttributeDictionary credentials;
 
        protected DefaultLdapEntry(AbstractLdapDirectory directory, LdapName dn) {
                Objects.requireNonNull(directory);