--- projects/cms/source/server/uk/org/iscream/cms/server/filter/PluginServiceCheckManager.java 2002/05/21 16:47:17 1.8 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/PluginServiceCheckManager.java 2003/02/05 16:43:47 1.9 @@ -25,7 +25,7 @@ package uk.org.iscream.cms.server.filter; import java.io.*; import java.util.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import uk.org.iscream.cms.server.componentmanager.*; import uk.org.iscream.cms.server.core.*; @@ -52,7 +52,7 @@ import uk.org.iscream.cms.server.core.*; * ### * * @author $Author: tdb $ - * @version $Id: PluginServiceCheckManager.java,v 1.8 2002/05/21 16:47:17 tdb Exp $ + * @version $Id: PluginServiceCheckManager.java,v 1.9 2003/02/05 16:43:47 tdb Exp $ */ class PluginServiceCheckManager { @@ -61,7 +61,7 @@ class PluginServiceCheckManager { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.8 $"; + public final String REVISION = "$Revision: 1.9 $"; /** * file name suffix for plugin service check classes: @@ -111,7 +111,7 @@ class PluginServiceCheckManager { * 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