--- projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/EMail__Alerter.java 2002/05/21 16:47:16 1.26 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/EMail__Alerter.java 2003/02/05 16:43:45 1.27 @@ -24,7 +24,7 @@ package uk.org.iscream.cms.server.client.alerters; //---IMPORTS--- import uk.org.iscream.cms.server.client.*; import uk.org.iscream.cms.server.core.*; -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import uk.org.iscream.cms.server.componentmanager.*; import java.io.*; import java.util.StringTokenizer; @@ -34,7 +34,7 @@ import java.util.StringTokenizer; * This alerter delivers alerts using e-mail. * * @author $Author: tdb $ - * @version $Id: EMail__Alerter.java,v 1.26 2002/05/21 16:47:16 tdb Exp $ + * @version $Id: EMail__Alerter.java,v 1.27 2003/02/05 16:43:45 tdb Exp $ */ public class EMail__Alerter extends AlerterSkeleton { @@ -43,7 +43,7 @@ public class EMail__Alerter extends AlerterSkeleton { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.26 $"; + public final String REVISION = "$Revision: 1.27 $"; /** * A description of this alerter @@ -122,7 +122,7 @@ public class EMail__Alerter extends AlerterSkeleton { * 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.NameFormat class + * This uses the uk.org.iscream.cms.util.NameFormat class * to format the toString() * * @return the name of this class and its CVS revision