--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/EnforceEssentialData__Plugin.java 2003/02/24 20:18:49 1.15 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/EnforceEssentialData__Plugin.java 2004/08/01 10:41:02 1.16 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -33,7 +33,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * contain all of the 'essential' data. * * @author $Author: tdb $ - * @version $Id: EnforceEssentialData__Plugin.java,v 1.15 2003/02/24 20:18:49 tdb Exp $ + * @version $Id: EnforceEssentialData__Plugin.java,v 1.16 2004/08/01 10:41:02 tdb Exp $ */ public class EnforceEssentialData__Plugin implements PluginFilter { @@ -42,7 +42,7 @@ public class EnforceEssentialData__Plugin implements P /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.15 $"; + public final String REVISION = "$Revision: 1.16 $"; public final String DESC = "Rejects packets that do not have an ip, machine_name, seq_no, date and type specified as attributes of the root packet tag.";