mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-27 09:34:20 +01:00
@@ -1,11 +1,11 @@
|
||||
package org.asamk.signal.commands;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.TreeMap;
|
||||
|
||||
public class Commands {
|
||||
|
||||
private static final Map<String, Command> commands = new HashMap<>();
|
||||
private static final Map<String, Command> commands = new TreeMap<>();
|
||||
|
||||
static {
|
||||
addCommand("addDevice", new AddDeviceCommand());
|
||||
|
||||
Reference in New Issue
Block a user