mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
Remove redundant params for Server reference
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user