Skip to content

Commit 9770d0c

Browse files
committed
删除唯一命令接口
1 parent d529995 commit 9770d0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

AndroidExecLibrary/src/main/java/com/excellence/exec/Commander.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ public static CommandTask addTask(@NonNull String command, IListener listener) {
7272
return addTask(cmd, listener);
7373
}
7474

75-
public static CommandTask addUniqueTask(@NonNull String command, IListener listener) {
76-
checkCommander();
77-
return null;
78-
}
79-
8075
public static void destory() {
8176
checkCommander();
8277
mInstance.mCommand.clearAll();

0 commit comments

Comments
 (0)