mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Rename JsonRpcCommand class
This commit is contained in:
parent
2879b31aba
commit
64af4914ee
5 changed files with 17 additions and 12 deletions
|
@ -8,7 +8,7 @@ import org.asamk.signal.manager.Manager;
|
|||
|
||||
import java.util.Map;
|
||||
|
||||
public class VersionCommand implements JsonRpcCommand<Void> {
|
||||
public class VersionCommand implements JsonRpcSingleCommand<Void> {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue