mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 07:12:04 +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)
|
||||
public class ListProfilesCmd extends AbstractSopCmd {
|
||||
|
||||
@CommandLine.Parameters(paramLabel = "COMMAND", arity="1", descriptionKey = "subcommand")
|
||||
@CommandLine.Parameters(paramLabel = "COMMAND", arity = "1", descriptionKey = "subcommand")
|
||||
String subcommand;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue