Access permissions changed
This commit is contained in:
parent
7ad297526c
commit
fd589b416f
@ -1,10 +1,10 @@
|
|||||||
package Main;
|
package Main;
|
||||||
|
|
||||||
public class ProtocolMessage {
|
public class ProtocolMessage {
|
||||||
int length;
|
private int length;
|
||||||
char[] message;
|
private char[] message;
|
||||||
|
|
||||||
char[] raw;
|
private char[] raw;
|
||||||
|
|
||||||
/** Convert an integer into 4-byte array */
|
/** Convert an integer into 4-byte array */
|
||||||
private byte[] intToByte(int value) {
|
private byte[] intToByte(int value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user