From 4ffe8b84071babe544086f94c66431380d301d59 Mon Sep 17 00:00:00 2001 From: jestin Date: Sat, 12 May 2012 14:26:08 +0000 Subject: - minor code cleanup - adds a separate file (Protocol.java) containing the Enum values in a proper pattern - resolved a synchronization bug on Ivy.stop() --- src/SelfIvyClient.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/SelfIvyClient.java') diff --git a/src/SelfIvyClient.java b/src/SelfIvyClient.java index 1957124..b5d9996 100644 --- a/src/SelfIvyClient.java +++ b/src/SelfIvyClient.java @@ -1,10 +1,13 @@ /** - * A private Class for ourself on the bus + * our handle for our own agent on the bus * * @author Yannick Jestin * @author http://www.tls.cena.fr/products/ivy/ * @since 1.2.4 * + * the other agents are accessed throung IvyClient + * @see IvyClient + * * CHANGELOG: * 1.2.16 * - now uses the synchronized wrappers of the Java API for all collections -- cgit v1.1