refactor: 弃用方法
This commit is contained in:
@@ -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<>();
|
||||
|
Reference in New Issue
Block a user