aboutsummaryrefslogtreecommitdiff
path: root/src/IvyClient.java
diff options
context:
space:
mode:
authorjestin2000-08-16 18:08:32 +0000
committerjestin2000-08-16 18:08:32 +0000
commitf08ed205ef6ba7ca690391dd5ef0dc71ee6b9070 (patch)
treec14d3537881721e3bd72238d198a7705cef0b374 /src/IvyClient.java
parentbba0d7da93db5a33f5a5e16b476d4ac5b5a88be3 (diff)
downloadivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.zip
ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.gz
ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.bz2
ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.xz
Bugfixes, comments, et al.
Diffstat (limited to 'src/IvyClient.java')
-rwxr-xr-xsrc/IvyClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IvyClient.java b/src/IvyClient.java
index dd0f156..e99574c 100755
--- a/src/IvyClient.java
+++ b/src/IvyClient.java
@@ -7,7 +7,7 @@ import java.util.*;
import gnu.regexp.*;
/**
- * A private Class for the the peers on the bus
+ * A private Class for the the peers on the bus.
*
* @author François-Régis Colin
* @author Yannick Jestin
@@ -19,7 +19,7 @@ import gnu.regexp.*;
* created for each remote client.
*/
-class IvyClient extends Thread {
+public class IvyClient extends Thread {
/* the protocol magic numbers */
final static int Bye = 0; /* end of the peer */