We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144027d commit dc322fbCopy full SHA for dc322fb
java/libraries/net/src/processing/net/Server.java
@@ -73,8 +73,6 @@ public Server(PApplet parent, int port) {
73
74
75
/**
76
- * @param parent typically use "this"
77
- * @param port port used to transfer data
78
* @param host when multiple NICs are in use, the ip (or name) to bind from
79
*/
80
public Server(PApplet parent, int port, String host) {
0 commit comments