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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
@@ -361,10 +361,7 @@
    }
  }
  /**
   * Notifies the listeners that a referral authentication change happened.
   *
   */
  /** Notifies the listeners that a referral authentication change happened. */
  private void notifyListeners()
  {
    for (ReferralAuthenticationListener listener : listeners)
@@ -522,17 +519,13 @@
}
/**
 * A structure representing authentication data.
 */
/** A structure representing authentication data. */
class AuthRecord {
  String dn;
  String password;
}
/**
 * A structure representing an active connection.
 */
/** A structure representing an active connection. */
class ConnectionRecord {
  InitialLdapContext ctx;
  int counter;