Commit d556e82c authored by Stephane Nicoll's avatar Stephane Nicoll

Polish contribution

Closes gh-8004
parent acc36c07
......@@ -36,7 +36,7 @@ public class LdapProperties {
private static final int DEFAULT_PORT = 389;
/**
* LDAP urls.
* LDAP URLs.
*/
private String[] urls;
......@@ -56,7 +56,7 @@ public class LdapProperties {
private String password;
/**
* LDAP custom environment properties.
* LDAP specification settings.
*/
private Map<String, String> baseEnvironment = new HashMap<String, String>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment