--- projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java 2001/03/14 02:43:12 1.13 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java 2001/03/14 23:25:29 1.14 @@ -1,14 +1,14 @@ //---PACKAGE DECLARATION--- -package uk.ac.ukc.iscream.client; +package uk.org.iscream.client; //---IMPORTS--- -import uk.ac.ukc.iscream.util.*; +import uk.org.iscream.util.*; /** * Alert Object * * @author $Author: tdb $ - * @version $Id: Alert.java,v 1.13 2001/03/14 02:43:12 tdb Exp $ + * @version $Id: Alert.java,v 1.14 2001/03/14 23:25:29 tdb Exp $ */ public class Alert { @@ -17,7 +17,7 @@ public class Alert { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.13 $"; + public static final String REVISION = "$Revision: 1.14 $"; public static final int thresholdNORMAL = 0; public static final int thresholdLOWER = 1; @@ -87,7 +87,7 @@ public class Alert { * 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