--- projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2001/03/04 02:38:00 1.2 +++ projects/cms/source/util/uk/org/iscream/cms/util/StringUtils.java 2001/03/14 23:25:29 1.3 @@ -1,5 +1,5 @@ //---PACKAGE DECLARATION--- -package uk.ac.ukc.iscream.util; +package uk.org.iscream.util; //---IMPORTS--- import java.util.*; @@ -8,8 +8,8 @@ import java.util.*; * A class containing useful methods for manipulating * String objects. * - * @author $Author: ajm $ - * @version $Id: StringUtils.java,v 1.2 2001/03/04 02:38:00 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: StringUtils.java,v 1.3 2001/03/14 23:25:29 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.2 $"; + public static final String REVISION = "$Revision: 1.3 $"; //---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.ac.ukc.iscream.util.FormatName class + * This uses the uk.org.iscream.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision