Remove SWCommandUtils.TabComplete
Dieser Commit ist enthalten in:
Ursprung
23ec2f62f7
Commit
7ab2d5e55d
@ -223,14 +223,6 @@ class SWCommandUtils {
|
||||
return typeMapper::map;
|
||||
}
|
||||
|
||||
public static class TabComplete {
|
||||
final List<String> tabCompletes;
|
||||
|
||||
public TabComplete(List<String> tabCompletes) {
|
||||
this.tabCompletes = tabCompletes;
|
||||
}
|
||||
}
|
||||
|
||||
public static void addMapper(String name, TypeMapper<?> mapper) {
|
||||
if (MAPPER_FUNCTIONS.containsKey(name)) return;
|
||||
MAPPER_FUNCTIONS.put(name, mapper);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren