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

matthew_swift
18.52.2010 5107b4bc1f64b95b66580a8734ac80a1c6867beb
Fix some typos in comments.
2 files modified
8 ■■■■ changed files
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
@@ -265,11 +265,11 @@
  BooleanArgument advancedArg;
  // The argument set by the user to specify the configuration class
  // (useful when dsreplication purge-historical runs locally/starts the server)
  // (useful when dsreplication purge-historical runs locally)
  private StringArgument  configClassArg;
  // The argument set by the user to specify the configuration file
  // (useful when dsreplication purge-historical runs locally/starts the server)
  // (useful when dsreplication purge-historical runs locally)
  private StringArgument  configFileArg;
  TaskScheduleArgs taskArgs;
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java
@@ -61,12 +61,12 @@
  ERROR_USER_DATA(2, ERR_REPLICATION_NO_MESSAGE.get()),
  /**
   * The user cancelled the operation in interactive mode.
   * The user canceled the operation in interactive mode.
   */
  USER_CANCELLED(3, ERR_REPLICATION_USER_CANCELLED.get()),
  /**
   * Unexpected error (potential bug).
   * Conflicting arguments.
   */
  CONFLICTING_ARGS(4, ERR_REPLICATION_NO_MESSAGE.get()),