mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-03 22:24:23 +01:00
Refactor output writers
This commit is contained in:
@@ -21,8 +21,10 @@ public class JsonDbusReceiveMessageHandler extends JsonReceiveMessageHandler {
|
||||
|
||||
private final String objectPath;
|
||||
|
||||
public JsonDbusReceiveMessageHandler(Manager m, DBusConnection conn, final String objectPath) {
|
||||
super(m);
|
||||
public JsonDbusReceiveMessageHandler(
|
||||
Manager m, JsonWriter jsonWriter, DBusConnection conn, final String objectPath
|
||||
) {
|
||||
super(m, jsonWriter);
|
||||
this.conn = conn;
|
||||
this.objectPath = objectPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user