Remove redundant params for Server reference

This commit is contained in:
REAS
2019-07-25 12:47:22 -07:00
parent 144027d5e6
commit dc322fb48a

View File

@@ -73,8 +73,6 @@ public class Server implements Runnable {
/**
* @param parent typically use "this"
* @param port port used to transfer data
* @param host when multiple NICs are in use, the ip (or name) to bind from
*/
public Server(PApplet parent, int port, String host) {