--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/KeyChecker__Plugin.java 2002/05/21 16:47:18 1.3 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/KeyChecker__Plugin.java 2003/02/05 16:43:47 1.4 @@ -25,7 +25,7 @@ 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.*; /** @@ -33,7 +33,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * UDP packet is currently valid. * * @author $Author: tdb $ - * @version $Id: KeyChecker__Plugin.java,v 1.3 2002/05/21 16:47:18 tdb Exp $ + * @version $Id: KeyChecker__Plugin.java,v 1.4 2003/02/05 16:43:47 tdb Exp $ */ public class KeyChecker__Plugin implements PluginFilter { @@ -42,7 +42,7 @@ public class KeyChecker__Plugin implements PluginFilte /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.3 $"; + public final String REVISION = "$Revision: 1.4 $"; public final String DESC = "Checks the key attribute in the packet attributes. This key must be valid and current for the packet to be allowed through."; @@ -98,7 +98,7 @@ public class KeyChecker__Plugin implements PluginFilte * 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