--- projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2002/05/18 18:16:04 1.7 +++ projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2002/05/21 16:47:20 1.8 @@ -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 @@ -28,7 +29,7 @@ import java.util.*; * String objects. * * @author $Author: tdb $ - * @version $Id: StringUtils.java,v 1.7 2002/05/18 18:16:04 tdb Exp $ + * @version $Id: StringUtils.java,v 1.8 2002/05/21 16:47:20 tdb Exp $ */ public class StringUtils { @@ -37,7 +38,7 @@ public class StringUtils { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.7 $"; + public static final String REVISION = "$Revision: 1.8 $"; //---STATIC METHODS---