mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Rename JsonRpcCommand class
This commit is contained in:
parent
2879b31aba
commit
64af4914ee
5 changed files with 17 additions and 12 deletions
|
@ -12,7 +12,7 @@ import org.asamk.signal.manager.Manager;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public interface JsonRpcLocalCommand extends JsonRpcCommand<Map<String, Object>>, LocalCommand {
|
||||
public interface JsonRpcLocalCommand extends JsonRpcSingleCommand<Map<String, Object>>, LocalCommand {
|
||||
|
||||
default TypeReference<Map<String, Object>> getRequestType() {
|
||||
return new TypeReference<>() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue