Rename JsonRpcCommand class

This commit is contained in:
AsamK 2021-11-10 17:11:16 +01:00
parent 2879b31aba
commit 64af4914ee
5 changed files with 17 additions and 12 deletions

View file

@ -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<>() {};