--- projects/cms/source/server/uk/org/iscream/cms/server/client/AlerterManager.java 2002/05/21 16:47:16 1.11 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/AlerterManager.java 2003/02/05 16:43:44 1.12 @@ -24,7 +24,7 @@ package uk.org.iscream.cms.server.client; //---IMPORTS--- import uk.org.iscream.cms.server.componentmanager.*; import uk.org.iscream.cms.server.core.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import java.util.*; /** @@ -37,7 +37,7 @@ import java.util.*; * the various parts of the system that they require. * * @author $Author: tdb $ - * @version $Id: AlerterManager.java,v 1.11 2002/05/21 16:47:16 tdb Exp $ + * @version $Id: AlerterManager.java,v 1.12 2003/02/05 16:43:44 tdb Exp $ */ public class AlerterManager extends Thread { @@ -46,7 +46,7 @@ public class AlerterManager extends Thread { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.11 $"; + public static final String REVISION = "$Revision: 1.12 $"; //---STATIC METHODS--- @@ -121,7 +121,7 @@ public class AlerterManager extends Thread { * 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.cms.server.util.FormatName class + * This uses the uk.org.iscream.cms.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision