Fix a compilation error
This commit is contained in:
parent
ebfc4513e0
commit
32dda06da3
@ -42,7 +42,7 @@ public class HexDumpProxy {
|
|||||||
String remoteHost = args[1];
|
String remoteHost = args[1];
|
||||||
int remotePort = Integer.parseInt(args[2]);
|
int remotePort = Integer.parseInt(args[2]);
|
||||||
|
|
||||||
run(localPort, remoteHost, remotePort);
|
new HexDumpProxy(localPort, remoteHost, remotePort).run();
|
||||||
}
|
}
|
||||||
|
|
||||||
private final int localPort;
|
private final int localPort;
|
||||||
|
Loading…
Reference in New Issue
Block a user