From e854a58a81ec90e419a4b3effa5a83caac05df90 Mon Sep 17 00:00:00 2001 From: jestin Date: Sun, 13 May 2012 08:54:38 +0000 Subject: Modified the tests to remove bus.getDomain(null) make Waiter and WaiterClient sons of WaitFor Added a few tests into svn --- src/IvyClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/IvyClient.java') diff --git a/src/IvyClient.java b/src/IvyClient.java index 8e20d2d..aadbd0b 100755 --- a/src/IvyClient.java +++ b/src/IvyClient.java @@ -113,7 +113,6 @@ public class IvyClient extends Thread { private static int clientSerial=0; /* an unique ID for each IvyClient */ private SortedMap PingCallbacksTable = Collections.synchronizedSortedMap(new TreeMap()); - private Ivy bus; private Socket socket; private BufferedReader in; @@ -133,7 +132,8 @@ public class IvyClient extends Thread { // int protocol; private boolean incoming; - IvyClient() { } + + IvyClient() { } // required for SelfIvyClient FIXME ?! IvyClient(Ivy bus, Socket socket,int remotePort,boolean incoming) throws IOException { synchronized(lock) { clientKey=clientSerial++; } -- cgit v1.1