From 917857081e586eaef03c7d283082827b3701a9a1 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 20 Nov 2009 13:38:03 +0000
Subject: [PATCH] Fix some comments.

---
 opendj-sdk/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java b/opendj-sdk/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java
index 6d3c3dc..8e47e05 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java
+++ b/opendj-sdk/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()
   {

--
Gitblit v1.10.0