mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Refactor ReceiveMessageHandler
Introduce PlainTextWriter to improve indentation handling.
This commit is contained in:
parent
6c33a89f82
commit
03c30519b1
6 changed files with 641 additions and 507 deletions
|
@ -33,7 +33,7 @@ public abstract class GroupId {
|
|||
}
|
||||
}
|
||||
|
||||
public GroupId(final byte[] id) {
|
||||
protected GroupId(final byte[] id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue