Skip to content

Commit b49f3c0

Browse files
committed
Update a test message
1 parent 47f36ef commit b49f3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/me/despical/commandframework/test/CommandRegistrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void customParamCommand(String firstParameter, CommandArguments arguments
167167
name = "example",
168168
aliases = {"firstAlias", "secondAlias"}
169169
)
170-
public List<String> exampleCommandCompletion(CommandArguments arguments) {
170+
public List<String> exampleCommandCompletion(/*CommandArguments arguments*/ /*no need to use in this case which is also supported*/) {
171171
return Arrays.asList("first", "second", "third");
172172
}
173173
}

0 commit comments

Comments
 (0)