--- projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ConfigurationCache.java 2002/05/21 16:47:17 1.7 +++ projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ConfigurationCache.java 2004/08/01 10:40:50 1.8 @@ -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 @@ -35,7 +35,7 @@ import java.util.*; * requests. * * @author $Author: tdb $ - * @version $Id: ConfigurationCache.java,v 1.7 2002/05/21 16:47:17 tdb Exp $ + * @version $Id: ConfigurationCache.java,v 1.8 2004/08/01 10:40:50 tdb Exp $ */ public class ConfigurationCache { @@ -44,7 +44,7 @@ public class ConfigurationCache { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.7 $"; + public static final String REVISION = "$Revision: 1.8 $"; //---STATIC METHODS---