refactor: 弃用方法

This commit is contained in:
2023-11-16 17:18:26 +08:00
parent f0f4fbd356
commit 4af8714061

View File

@@ -23,6 +23,7 @@ public abstract class ParentCommand extends ChildCommand {
childCommands = new ArrayList<>();
}
@Deprecated
public ParentCommand(@NotNull String name) {
this.name = name;
childCommands = new ArrayList<>();