mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.58.2009 16f1b03976f5e758fda63259057ea0d85050d98d
Fix some comments in the code.
2 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/args/ArgumentParser.java 7 ●●●●● patch | view | raw | blame | history
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.
   */
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(