--- projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2003/02/05 19:35:04 1.17 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2004/08/01 10:40:06 1.18 @@ -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 @@ -31,7 +31,7 @@ import uk.org.iscream.cms.util.*; * it to its Queue for anything that wants it. * * @author $Author: tdb $ - * @version $Id: DataReader.java,v 1.17 2003/02/05 19:35:04 tdb Exp $ + * @version $Id: DataReader.java,v 1.18 2004/08/01 10:40:06 tdb Exp $ */ public class DataReader extends Thread { @@ -40,7 +40,7 @@ public class DataReader extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.17 $"; + public final String REVISION = "$Revision: 1.18 $"; //---STATIC METHODS---