From 8e92224db5274f8a028f28f830b52e78ee88fda2 Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 22 Nov 2005 12:16:36 +0000 Subject: See changes inside. major change in multibus error handling. I reintroduced bugs .. --- src/SelfIvyClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SelfIvyClient.java') diff --git a/src/SelfIvyClient.java b/src/SelfIvyClient.java index 43bfccb..f4a1cd2 100644 --- a/src/SelfIvyClient.java +++ b/src/SelfIvyClient.java @@ -112,7 +112,7 @@ class SelfIvyClient extends IvyClient { boolean threaded=b.booleanValue(); if (!threaded) { // runs the callback in the same thread - callback.receive(client, tab); + callback.receive(client, tab); // TODO tab can be faulty ?! } else { // starts a new Thread for each callback ... ( Async API ) new Runner(callback,client,tab); -- cgit v1.1