--- projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/CIWrapper.java 2002/05/21 16:47:18 1.13 +++ projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/CIWrapper.java 2003/02/05 16:43:47 1.14 @@ -25,7 +25,7 @@ package uk.org.iscream.cms.server.rootfilter; 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.*; +import uk.org.iscream.cms.util.*; /** * A ClientInterface wrapper - the CI objects are pushed data, @@ -42,7 +42,7 @@ public class CIWrapper extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.13 $"; + public final String REVISION = "$Revision: 1.14 $"; //---STATIC METHODS--- @@ -103,7 +103,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.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