aboutsummaryrefslogtreecommitdiff
path: root/src/IvyClient.java
diff options
context:
space:
mode:
authorjestin2005-07-06 20:03:49 +0000
committerjestin2005-07-06 20:03:49 +0000
commit0cef96242b0e0aa10b4b33ee0f4b175048dbe3e0 (patch)
tree06afd0e92815bcdfa856a67c765862b551e39e4d /src/IvyClient.java
parentfe015aed1f9aa5f2d7247f9262d7f12c59536379 (diff)
downloadivy-java-0cef96242b0e0aa10b4b33ee0f4b175048dbe3e0.zip
ivy-java-0cef96242b0e0aa10b4b33ee0f4b175048dbe3e0.tar.gz
ivy-java-0cef96242b0e0aa10b4b33ee0f4b175048dbe3e0.tar.bz2
ivy-java-0cef96242b0e0aa10b4b33ee0f4b175048dbe3e0.tar.xz
Voir les fichiers eux-même pour les nouveautés. Préparation de 1.2.8
Diffstat (limited to 'src/IvyClient.java')
-rwxr-xr-xsrc/IvyClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IvyClient.java b/src/IvyClient.java
index a53e398..0a06c55 100755
--- a/src/IvyClient.java
+++ b/src/IvyClient.java
@@ -107,7 +107,7 @@ public class IvyClient implements Runnable {
Hashtable regexps = new Hashtable();
Hashtable regexpsText = new Hashtable();
static boolean debug = (System.getProperty("IVY_DEBUG")!=null) ;
- int protocol;
+ // int protocol;
private boolean incoming;
IvyClient() { }