--- projects/cms/source/client/javacli/DataLayout.java 2002/05/18 18:15:56 1.2 +++ projects/cms/source/client/javacli/DataLayout.java 2002/05/21 16:47:11 1.3 @@ -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 @@ -30,7 +31,7 @@ import javax.xml.parsers.SAXParser; * DataLayout * * @author $Author: tdb $ - * @version $Id: DataLayout.java,v 1.2 2002/05/18 18:15:56 tdb Exp $ + * @version $Id: DataLayout.java,v 1.3 2002/05/21 16:47:11 tdb Exp $ */ public class DataLayout { @@ -39,7 +40,7 @@ public class DataLayout { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.2 $"; + public final String REVISION = "$Revision: 1.3 $"; private final int topOffset = 4; private final int leftStart = 2;