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

jvergara
20.38.2009 35bcd7bdb11674a261c55481071c8cf46f5dab8a
Fix some comments.
1 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java 9 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.tools.status;
@@ -155,10 +155,9 @@
  }
  /**
   * Returns the first server bind dn explicitly provided in the enable
   * replication subcommand.
   * @return the first server bind dn explicitly provided in the enable
   * replication subcommand.  Returns -1 if no port was explicitly provided.
   * Returns the first server bind DN explicitly provided in the command-line.
   * @return the first server bind DN explicitly provided in the command-line.
   * Returns <CODE>null</CODE> if no bind DN was explicitly provided.
   */
  public String getExplicitBindDn()
  {