diff options
author | jestin | 2002-06-05 16:21:44 +0000 |
---|---|---|
committer | jestin | 2002-06-05 16:21:44 +0000 |
commit | dce2265029eb1b3c3656fe7c756964e22d619126 (patch) | |
tree | 4ee1c5a0fbb73c2d6065bb8b7539e89a900da53b /src/IvyWatcher.java | |
parent | aa5a50ce20a850873cfbe186f758ab2057b2bed5 (diff) | |
download | ivy-java-dce2265029eb1b3c3656fe7c756964e22d619126.zip ivy-java-dce2265029eb1b3c3656fe7c756964e22d619126.tar.gz ivy-java-dce2265029eb1b3c3656fe7c756964e22d619126.tar.bz2 ivy-java-dce2265029eb1b3c3656fe7c756964e22d619126.tar.xz |
Bug fixes, see changelog for details
Diffstat (limited to 'src/IvyWatcher.java')
-rwxr-xr-x | src/IvyWatcher.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IvyWatcher.java b/src/IvyWatcher.java index e371ea6..14fee3d 100755 --- a/src/IvyWatcher.java +++ b/src/IvyWatcher.java @@ -39,7 +39,7 @@ class IvyWatcher implements Runnable { private Vector broadcastListener ; private Ivy bus; /* master bus controler */ private DatagramSocket broadcast; /* supervision socket */ - // it can also be a MulticastSocket, which inherits from the previous + // it can also be a MulticastSocket, which inherits from the previous /** * creates an Ivy watcher. * @param bus the bus @@ -176,7 +176,6 @@ class IvyWatcher implements Runnable { } /* - * TODO * deprecated since we use Multicast. How to check when we are in UDP * broadcast ? private boolean isInDomain( InetAddress host ){ |