We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fd1bb commit 4b20d18Copy full SHA for 4b20d18
src/tk/bartbart333/udp/Connection.java
@@ -14,7 +14,7 @@ public abstract class Connection extends Thread{
14
15
protected abstract void receive(Packet packet);
16
17
- public Connection(InetAddress ip, int port){
+ protected Connection(InetAddress ip, int port){
18
this.ip = ip;
19
this.port = port;
20
this.start();
0 commit comments