--- projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2003/02/05 16:43:47 1.15 +++ projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2004/08/01 10:41:05 1.16 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -35,7 +35,7 @@ import java.io.*; * of the HostInit class, which handles further communication. * * @author $Author: tdb $ - * @version $Id: HostListener.java,v 1.15 2003/02/05 16:43:47 tdb Exp $ + * @version $Id: HostListener.java,v 1.16 2004/08/01 10:41:05 tdb Exp $ */ class HostListener extends Thread { @@ -44,7 +44,7 @@ class HostListener extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.15 $"; + public final String REVISION = "$Revision: 1.16 $"; //---STATIC METHODS---