| opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java | ●●●●● patch | view | raw | blame | history |
opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
@@ -610,13 +610,13 @@ * Returns a collection of AuthRecord. * @return a collection of AuthRecord. */ Collection getRegisteredAuthentication() { Collection<?> getRegisteredAuthentication() { return authTable.values(); } } /** * A struct representing authentication data. * A structure representing authentication data. */ class AuthRecord { LDAPURL ldapUrl; @@ -625,7 +625,7 @@ } /** * A struct representing an active connection. * A structure representing an active connection. */ class ConnectionRecord { InitialLdapContext ctx;