--- projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2002/05/21 16:47:16 1.12 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2003/02/05 16:43:44 1.13 @@ -24,7 +24,7 @@ package uk.org.iscream.cms.server.client; //---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.*; /** * A servant for the LocalClient. @@ -36,7 +36,7 @@ import uk.org.iscream.cms.server.util.*; * then handles pulling the data out of this queue. * * @author $Author: tdb $ - * @version $Id: ClientServant.java,v 1.12 2002/05/21 16:47:16 tdb Exp $ + * @version $Id: ClientServant.java,v 1.13 2003/02/05 16:43:44 tdb Exp $ */ class ClientServant extends ClientPOA { @@ -45,7 +45,7 @@ class ClientServant extends ClientPOA { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.12 $"; + public static final String REVISION = "$Revision: 1.13 $"; //---STATIC METHODS--- @@ -75,7 +75,7 @@ class ClientServant extends ClientPOA { * 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.FormatName class + * This uses the uk.org.iscream.cms.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision