--- projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2002/05/21 16:47:18 1.14 +++ projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2003/02/05 16:43:47 1.15 @@ -25,7 +25,7 @@ package uk.org.iscream.cms.server.filtermanager; import uk.org.iscream.cms.server.core.*; import uk.org.iscream.cms.server.componentmanager.*; import uk.org.iscream.cms.server.filter.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import java.net.*; import java.io.*; @@ -35,7 +35,7 @@ import java.io.*; * of the HostInit class, which handles further communication. * * @author $Author: tdb $ - * @version $Id: HostListener.java,v 1.14 2002/05/21 16:47:18 tdb Exp $ + * @version $Id: HostListener.java,v 1.15 2003/02/05 16:43:47 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.14 $"; + public final String REVISION = "$Revision: 1.15 $"; //---STATIC METHODS--- @@ -162,7 +162,7 @@ class HostListener extends Thread { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.org.iscream.cms.server.util.NameFormat class + * This uses the uk.org.iscream.cms.util.NameFormat class * to format the toString() * * @return the name of this class and its CVS revision