„testsrc/de/steamwar/command/SimpleCommand.java“ ändern
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
YoyoNow 2022-09-06 10:39:45 +02:00
Ursprung c4a8ae4c9f
Commit 9df92595b2

Datei anzeigen

@ -29,7 +29,7 @@ public class SimpleCommand extends TestSWCommand {
super("simple");
}
@Register(help = true)
@Register(value = "a", help = true)
public void test(String s, String... varargs) {
throw new ExecutionIdentifier("RunSimple with Varargs");
}