Refactor ReceiveMessageHandler

Introduce PlainTextWriter to improve indentation handling.
This commit is contained in:
AsamK 2021-02-20 19:22:36 +01:00
parent 6c33a89f82
commit 03c30519b1
6 changed files with 641 additions and 507 deletions

View file

@ -33,7 +33,7 @@ public abstract class GroupId {
}
}
public GroupId(final byte[] id) {
protected GroupId(final byte[] id) {
this.id = id;
}