From 936b25b37366db295a0d5a37fca1edef919e16c8 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 22 Jul 2009 10:58:59 +0000
Subject: [PATCH] Fix some comments in the code.
---
opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java | 2 +-
opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java b/opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
index a315bff..767d76d 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
@@ -585,7 +585,7 @@
/**
* Initialize the global options with the provided set of arguments.
* @param args the arguments to use to initialize the global options.
- * @param argGroup to which args will be added
+ * @param argGroup the group to which args will be added.
* @throws ArgumentException if there is a conflict with the provided
* arguments.
*/
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java b/opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java
index 09ad8f7..b5168a6 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java
@@ -150,9 +150,8 @@
/**
- * Group for arguments that are related to utility input/output like
- * verbose, quite, no-prompt etc. These will appear toward the bottom
- * of the usage statement.
+ * Group for arguments that are related to connection through LDAP. This
+ * includes options like the bind DN, the port, etc.
*/
protected ArgumentGroup ldapArgGroup = new ArgumentGroup(
INFO_DESCRIPTION_LDAP_CONNECTION_ARGS.get(), Integer.MIN_VALUE + 2);
@@ -160,7 +159,7 @@
/**
* Group for arguments that are related to utility input/output like
- * verbose, quite, no-prompt etc. These will appear toward the bottom
+ * properties file, no-prompt etc. These will appear toward the bottom
* of the usage statement.
*/
protected ArgumentGroup ioArgGroup = new ArgumentGroup(
--
Gitblit v1.10.0