mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Implement JsonRpc command for commands without output
This commit is contained in:
parent
6826e3cb49
commit
5d8d0dcad6
13 changed files with 15 additions and 15 deletions
|
@ -13,7 +13,7 @@ import org.whispersystems.signalservice.internal.contacts.crypto.Unauthenticated
|
|||
|
||||
import java.io.IOException;
|
||||
|
||||
public class RemovePinCommand implements LocalCommand {
|
||||
public class RemovePinCommand implements JsonRpcLocalCommand {
|
||||
|
||||
public RemovePinCommand(final OutputWriter outputWriter) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue