From afbb1dbe869d0ba6e33575204ee22ad6182312c1 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 5 Mar 2010 14:44:18 +0000 Subject: [PATCH] compile fix --- .../java/src/net/i2p/i2ptunnel/socks/I2PSOCKSIRCTunnel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/I2PSOCKSIRCTunnel.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/I2PSOCKSIRCTunnel.java index 0c92f708d..d236aee47 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/I2PSOCKSIRCTunnel.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/I2PSOCKSIRCTunnel.java @@ -31,7 +31,7 @@ import net.i2p.util.Log; public class I2PSOCKSIRCTunnel extends I2PSOCKSTunnel { 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) { super(localPort, l, ownDest, notifyThis, tunnel);