Fix a compilation error

This commit is contained in:
Trustin Lee 2012-01-11 20:19:01 +09:00
parent ebfc4513e0
commit 32dda06da3

View File

@ -42,7 +42,7 @@ public class HexDumpProxy {
String remoteHost = args[1];
int remotePort = Integer.parseInt(args[2]);
run(localPort, remoteHost, remotePort);
new HexDumpProxy(localPort, remoteHost, remotePort).run();
}
private final int localPort;