Fix checkstyle issues

This commit is contained in:
Paul Schaub 2023-04-17 14:12:01 +02:00
parent 8a9f535531
commit a3bff6f6d1
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -16,7 +16,7 @@ import sop.operation.ListProfiles;
exitCodeOnInvalidInput = 37) exitCodeOnInvalidInput = 37)
public class ListProfilesCmd extends AbstractSopCmd { public class ListProfilesCmd extends AbstractSopCmd {
@CommandLine.Parameters(paramLabel = "COMMAND", arity="1", descriptionKey = "subcommand") @CommandLine.Parameters(paramLabel = "COMMAND", arity = "1", descriptionKey = "subcommand")
String subcommand; String subcommand;
@Override @Override