Skip to content

Commit dbcaeeb

Browse files
committed
command registration shorter
1 parent e35e87f commit dbcaeeb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/unfamoussoul/test/command/TestCommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ public class TestCommand extends DynamicCommand {
1010

1111
public TestCommand() {
1212
super("test");
13-
initialize();
14-
}
15-
16-
private void initialize() {
1713
register(test());
1814
}
1915

0 commit comments

Comments
 (0)