--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/TypeChecker__Plugin.java 2002/05/21 16:47:18 1.7 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/TypeChecker__Plugin.java 2003/02/05 16:43:47 1.8 @@ -25,14 +25,14 @@ package uk.org.iscream.cms.server.filter.plugins; import uk.org.iscream.cms.server.filter.PluginFilter; import uk.org.iscream.cms.server.filter.*; import uk.org.iscream.cms.server.core.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import uk.org.iscream.cms.server.componentmanager.*; /** * This plugin is designed to check the type of incoming packets. * * @author $Author: tdb $ - * @version $Id: TypeChecker__Plugin.java,v 1.7 2002/05/21 16:47:18 tdb Exp $ + * @version $Id: TypeChecker__Plugin.java,v 1.8 2003/02/05 16:43:47 tdb Exp $ */ public class TypeChecker__Plugin implements PluginFilter { @@ -41,7 +41,7 @@ public class TypeChecker__Plugin implements PluginFilt /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.7 $"; + public final String REVISION = "$Revision: 1.8 $"; public final String DESC = "Checks the type attribute in the packet attributes. This must be correctly specified to allow the packet through."; @@ -71,7 +71,7 @@ public class TypeChecker__Plugin implements PluginFilt * 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