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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPConnection.java
@@ -71,10 +71,10 @@
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // The hostname to connect to.
  /** The hostname to connect to. */
  private String hostName;
  // The port number on which the directory server is accepting requests.
  /** The port number on which the directory server is accepting requests. */
  private int portNumber = 389;
  private LDAPConnectionOptions connectionOptions;