--- projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2001/03/14 23:25:29 1.8 +++ projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostListener.java 2001/05/29 17:02:35 1.9 @@ -1,11 +1,11 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.filtermanager; +package uk.org.iscream.cms.server.filtermanager; //---IMPORTS--- -import uk.org.iscream.core.*; -import uk.org.iscream.componentmanager.*; -import uk.org.iscream.filter.*; -import uk.org.iscream.util.*; +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 java.net.*; import java.io.*; @@ -15,7 +15,7 @@ import java.io.*; * of the HostInit class, which handles further communication. * * @author $Author: tdb $ - * @version $Id: HostListener.java,v 1.8 2001/03/14 23:25:29 tdb Exp $ + * @version $Id: HostListener.java,v 1.9 2001/05/29 17:02:35 tdb Exp $ */ class HostListener extends Thread { @@ -24,7 +24,7 @@ class HostListener extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.8 $"; + public final String REVISION = "$Revision: 1.9 $"; //---STATIC METHODS--- @@ -116,7 +116,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.util.NameFormat class + * This uses the uk.org.iscream.cms.server.util.NameFormat class * to format the toString() * * @return the name of this class and its CVS revision