We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19657b6 commit 985dfdaCopy full SHA for 985dfda
1 file changed
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