--- projects/cms/source/server/uk/org/iscream/cms/server/client/Register.java 2004/01/15 13:41:47 1.21 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/Register.java 2004/08/01 10:40:41 1.22 @@ -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 @@ -36,7 +36,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * the threshold values for the monitor. * * @author $Author: tdb $ - * @version $Id: Register.java,v 1.21 2004/01/15 13:41:47 tdb Exp $ + * @version $Id: Register.java,v 1.22 2004/08/01 10:40:41 tdb Exp $ */ public class Register { @@ -45,7 +45,7 @@ public class Register { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.21 $"; + public static final String REVISION = "$Revision: 1.22 $"; //---STATIC METHODS---