--- projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/CIWrapper.java 2001/03/14 23:25:29 1.9 +++ projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/CIWrapper.java 2001/05/29 17:02:35 1.10 @@ -1,11 +1,11 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.rootfilter; +package uk.org.iscream.cms.server.rootfilter; //---IMPORTS--- -import uk.org.iscream.core.*; -import uk.org.iscream.componentmanager.*; -import uk.org.iscream.clientinterface.*; -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.clientinterface.*; +import uk.org.iscream.cms.server.util.*; /** * A ClientInterface wrapper - the CI objects are pushed data, @@ -22,7 +22,7 @@ public class CIWrapper extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.9 $"; + public final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS--- @@ -65,7 +65,7 @@ public class CIWrapper 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