Skip to content

Commit

Permalink
Fix smell
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 15, 2024
1 parent 8240c7e commit 92f8e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public abstract class NetworkMessage {
private static final byte MAGIC_NUMBER = (byte) 170;

public NetworkMessage() {}
protected NetworkMessage() {}

public abstract NetworkMessageType getType();
public abstract int getWireSize();
Expand Down

0 comments on commit 92f8e50

Please sign in to comment.