--- projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2003/02/05 14:27:59 1.9 +++ projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2004/08/01 10:41:08 1.10 @@ -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 @@ -29,7 +29,7 @@ import java.util.*; * String objects. * * @author $Author: tdb $ - * @version $Id: StringUtils.java,v 1.9 2003/02/05 14:27:59 tdb Exp $ + * @version $Id: StringUtils.java,v 1.10 2004/08/01 10:41:08 tdb Exp $ */ public class StringUtils { @@ -38,7 +38,7 @@ public class StringUtils { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.9 $"; + public static final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS---