--- projects/cms/source/server/uk/org/iscream/cms/server/client/MonitorSkeleton.java 2004/01/15 14:10:13 1.18 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/MonitorSkeleton.java 2004/08/01 10:40:41 1.19 @@ -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.*; * should then handle the monitoring for that packet. * * @author $Author: tdb $ - * @version $Id: MonitorSkeleton.java,v 1.18 2004/01/15 14:10:13 tdb Exp $ + * @version $Id: MonitorSkeleton.java,v 1.19 2004/08/01 10:40:41 tdb Exp $ */ public abstract class MonitorSkeleton extends Thread implements PluginMonitor { @@ -45,7 +45,7 @@ public abstract class MonitorSkeleton extends Thread i /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.18 $"; + public final String REVISION = "$Revision: 1.19 $"; //---STATIC METHODS---