--- projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java 2002/09/06 15:10:48 1.28 +++ projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java 2003/02/05 16:43:46 1.29 @@ -24,7 +24,7 @@ package uk.org.iscream.cms.server.clientinterface; //---IMPORTS--- import uk.org.iscream.cms.server.componentmanager.*; import uk.org.iscream.cms.server.core.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; /** * This class starts the real time clients @@ -34,7 +34,7 @@ import uk.org.iscream.cms.server.util.*; * real time information. * * @author $Author: tdb $ - * @version $Id: ClientInterfaceMain.java,v 1.28 2002/09/06 15:10:48 tdb Exp $ + * @version $Id: ClientInterfaceMain.java,v 1.29 2003/02/05 16:43:46 tdb Exp $ */ public class ClientInterfaceMain implements Component { @@ -43,7 +43,7 @@ public class ClientInterfaceMain implements Component /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.28 $"; + public static final String REVISION = "$Revision: 1.29 $"; //---STATIC METHODS--- @@ -120,7 +120,7 @@ public class ClientInterfaceMain implements Component * 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