--- projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilter.java 2002/05/18 18:16:02 1.39 +++ projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilter.java 2002/05/21 16:47:18 1.40 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -36,7 +37,7 @@ import uk.org.iscream.cms.server.clientinterface.*; * RootFilter services. * * @author $Author: tdb $ - * @version $Id: RootFilter.java,v 1.39 2002/05/18 18:16:02 tdb Exp $ + * @version $Id: RootFilter.java,v 1.40 2002/05/21 16:47:18 tdb Exp $ */ public class RootFilter implements Component { @@ -45,7 +46,7 @@ public class RootFilter implements Component { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.39 $"; + public static final String REVISION = "$Revision: 1.40 $"; //---STATIC METHODS---