From 16f1b03976f5e758fda63259057ea0d85050d98d 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.
---
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
index a315bff..767d76d 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
+++ b/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.
*/
--
Gitblit v1.10.0