aboutsummaryrefslogtreecommitdiff
path: root/src/IvyWatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/IvyWatcher.java')
-rwxr-xr-xsrc/IvyWatcher.java3
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 ){