Fix some typos in comments.
| | |
| | | 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; |
| | |
| | | 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()), |
| | | |