--- projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReader.java 2002/05/18 18:16:02 1.17 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReader.java 2002/05/21 16:47:17 1.18 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -36,7 +37,7 @@ import uk.org.iscream.cms.server.util.*; * Reads TCP Heartbeats from the host applications. * * @author $Author: tdb $ - * @version $Id: TCPReader.java,v 1.17 2002/05/18 18:16:02 tdb Exp $ + * @version $Id: TCPReader.java,v 1.18 2002/05/21 16:47:17 tdb Exp $ */ class TCPReader extends Thread { @@ -45,7 +46,7 @@ class TCPReader extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.17 $"; + public final String REVISION = "$Revision: 1.18 $"; //---STATIC METHODS---