compile fix

This commit is contained in:
zzz
2010-03-05 14:44:18 +00:00
parent 9244bd6b0f
commit afbb1dbe86

View File

@@ -31,7 +31,7 @@ import net.i2p.util.Log;
public class I2PSOCKSIRCTunnel extends I2PSOCKSTunnel { public class I2PSOCKSIRCTunnel extends I2PSOCKSTunnel {
private static final Log _log = I2PAppContext.getGlobalContext().logManager().getLog(I2PSOCKSIRCTunnel.class); private static final Log _log = I2PAppContext.getGlobalContext().logManager().getLog(I2PSOCKSIRCTunnel.class);
private static final int __clientId = 0; private static int __clientId = 0;
public I2PSOCKSIRCTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel) { public I2PSOCKSIRCTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel) {
super(localPort, l, ownDest, notifyThis, tunnel); super(localPort, l, ownDest, notifyThis, tunnel);