--- projects/cms/source/server/uk/org/iscream/cms/server/client/MonitorManager.java 2002/05/18 18:16:00 1.15 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/MonitorManager.java 2002/05/21 16:47:16 1.16 @@ -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 @@ -41,7 +42,7 @@ import java.util.*; * and process the data accordingly. * * @author $Author: tdb $ - * @version $Id: MonitorManager.java,v 1.15 2002/05/18 18:16:00 tdb Exp $ + * @version $Id: MonitorManager.java,v 1.16 2002/05/21 16:47:16 tdb Exp $ */ public class MonitorManager extends Thread { @@ -50,7 +51,7 @@ public class MonitorManager extends Thread { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.15 $"; + public static final String REVISION = "$Revision: 1.16 $"; //---STATIC METHODS---