mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
20.49.2009 8519e0639971841e1dab8814a53d657e158aa682
Fix some comments.
1 files modified
6 ■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java 6 ●●●● 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;