diff --git a/cli-processor/src/main/java/gov/nist/secauto/metaschema/cli/processor/command/CommandExecutionException.java b/cli-processor/src/main/java/gov/nist/secauto/metaschema/cli/processor/command/CommandExecutionException.java index 78997116f..22617b901 100644 --- a/cli-processor/src/main/java/gov/nist/secauto/metaschema/cli/processor/command/CommandExecutionException.java +++ b/cli-processor/src/main/java/gov/nist/secauto/metaschema/cli/processor/command/CommandExecutionException.java @@ -48,7 +48,7 @@ public CommandExecutionException(@NonNull ExitCode code, String message) { } /** - * Constructs a new exception with the no message and provided the {@code code} + * Constructs a new exception with no message and the provided {@code code} * and {@code cause}. * * @param code