mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Clean up base package
This commit is contained in:
parent
382d8d22d0
commit
fc8b6d0fcb
60 changed files with 102 additions and 100 deletions
|
@ -1,8 +1,8 @@
|
|||
package org.asamk.signal.commands;
|
||||
|
||||
import org.asamk.signal.JsonWriter;
|
||||
import org.asamk.signal.commands.exceptions.CommandException;
|
||||
import org.asamk.signal.manager.Manager;
|
||||
import org.asamk.signal.output.JsonWriter;
|
||||
|
||||
public interface JsonRpcSingleCommand<T> extends JsonRpcCommand<T> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue