Skip to content

Commit dc322fb

Browse files
committed
Remove redundant params for Server reference
1 parent 144027d commit dc322fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/libraries/net/src/processing/net/Server.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public Server(PApplet parent, int port) {
7373

7474

7575
/**
76-
* @param parent typically use "this"
77-
* @param port port used to transfer data
7876
* @param host when multiple NICs are in use, the ip (or name) to bind from
7977
*/
8078
public Server(PApplet parent, int port, String host) {

0 commit comments

Comments
 (0)