--- projects/cms/source/util/uk/org/iscream/cms/util/XMLPacket.java 2001/01/28 05:47:05 1.10 +++ projects/cms/source/util/uk/org/iscream/cms/util/XMLPacket.java 2001/03/14 23:25:29 1.11 @@ -1,5 +1,5 @@ //---PACKAGE DECLARATION--- -package uk.ac.ukc.iscream.util; +package uk.org.iscream.util; //---IMPORTS--- import java.util.*; @@ -9,7 +9,7 @@ import java.util.*; * by a component of the system. * * @author $Author: tdb $ - * @version $Id: XMLPacket.java,v 1.10 2001/01/28 05:47:05 tdb Exp $ + * @version $Id: XMLPacket.java,v 1.11 2001/03/14 23:25:29 tdb Exp $ */ public class XMLPacket { @@ -18,7 +18,7 @@ public class XMLPacket { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.10 $"; + public final String REVISION = "$Revision: 1.11 $"; //---STATIC METHODS--- @@ -82,7 +82,7 @@ public class XMLPacket { * 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.NameFormat class + * This uses the uk.org.iscream.util.NameFormat class * to format the toString() * * @return the name of this class and its CVS revision