From f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 16 Aug 2000 18:08:32 +0000 Subject: Bugfixes, comments, et al. --- src/IvyClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/IvyClient.java') 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 */ -- cgit v1.1