Skip to content

Commit

Permalink
Update a test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Feb 4, 2024
1 parent 47f36ef commit b49f3c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void customParamCommand(String firstParameter, CommandArguments arguments
name = "example",
aliases = {"firstAlias", "secondAlias"}
)
public List<String> exampleCommandCompletion(CommandArguments arguments) {
public List<String> exampleCommandCompletion(/*CommandArguments arguments*/ /*no need to use in this case which is also supported*/) {
return Arrays.asList("first", "second", "third");
}
}
Expand Down

0 comments on commit b49f3c0

Please sign in to comment.