Added empty constructor
This commit is contained in:
parent
70331f6f3c
commit
243f44ef23
@ -62,6 +62,9 @@ public class ProtocolMessage {
|
||||
System.arraycopy(message, 0, this.raw, 4, message.length);
|
||||
}
|
||||
|
||||
public ProtocolMessage() {
|
||||
}
|
||||
|
||||
public ProtocolMessage(String message) {
|
||||
this.length = message.length();
|
||||
this.message = message.toCharArray();
|
||||
|
Loading…
Reference in New Issue
Block a user