From 9df92595b2f344585bd3e1639cedc761680b7761 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Tue, 6 Sep 2022 10:39:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etestsrc/de/steamwar/command/SimpleComm?= =?UTF-8?q?and.java=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testsrc/de/steamwar/command/SimpleCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsrc/de/steamwar/command/SimpleCommand.java b/testsrc/de/steamwar/command/SimpleCommand.java index 89cd016..95aa43d 100644 --- a/testsrc/de/steamwar/command/SimpleCommand.java +++ b/testsrc/de/steamwar/command/SimpleCommand.java @@ -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"); }