From 35bcd7bdb11674a261c55481071c8cf46f5dab8a 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.

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

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