mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Fix checkstyle issues
This commit is contained in:
parent
8a9f535531
commit
a3bff6f6d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue