--- projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2001/03/14 23:25:29 1.3 +++ projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2001/05/29 17:02:35 1.4 @@ -1,5 +1,5 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.util; +package uk.org.iscream.cms.server.util; //---IMPORTS--- import java.util.*; @@ -9,7 +9,7 @@ import java.util.*; * String objects. * * @author $Author: tdb $ - * @version $Id: StringUtils.java,v 1.3 2001/03/14 23:25:29 tdb Exp $ + * @version $Id: StringUtils.java,v 1.4 2001/05/29 17:02:35 tdb Exp $ */ public class StringUtils { @@ -18,7 +18,7 @@ public class StringUtils { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.3 $"; + public static final String REVISION = "$Revision: 1.4 $"; //---STATIC METHODS--- @@ -74,7 +74,7 @@ public class StringUtils { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.org.iscream.util.FormatName class + * This uses the uk.org.iscream.cms.server.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision