From 3d7452e8a229146a6372e72adfc9dcaf18c37ef3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 20 Nov 2009 13:42:59 +0000
Subject: [PATCH] Fix some comments.

---
 opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 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 8e47e05..f19eca6 100644
--- a/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java
+++ b/opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java
@@ -133,10 +133,10 @@
     return secureArgsList;
   }
   /**
-   * Tells whether the user specified to have an interactive uninstall or not.
+   * Tells whether the user specified to have an interactive status CLI or not.
    * This method must be called after calling parseArguments.
    * @return <CODE>true</CODE> if the user specified to have an interactive
-   * uninstall and <CODE>false</CODE> otherwise.
+   * status CLI and <CODE>false</CODE> otherwise.
    */
   public boolean isInteractive()
   {
@@ -155,8 +155,8 @@
   }
 
   /**
-   * 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 the bind DN explicitly provided in the command-line.
+   * @return the bind DN explicitly provided in the command-line.
    * Returns <CODE>null</CODE> if no bind DN was explicitly provided.
    */
   public String getExplicitBindDn()
@@ -170,10 +170,8 @@
   }
 
   /**
-   * Returns the first server bind dn default value in the enable replication
-   * subcommand.
-   * @return the first server bind dn default value in the enable replication
-   * subcommand.
+   * Returns the bind DN default value.
+   * @return the bind DN default value.
    */
   public String getDefaultBindDn()
   {

--
Gitblit v1.10.0