--- projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/WebFeeder__Alerter.java 2001/03/08 23:20:09 1.2 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/WebFeeder__Alerter.java 2001/03/14 23:25:29 1.3 @@ -1,17 +1,17 @@ //---PACKAGE DECLARATION--- -package uk.ac.ukc.iscream.client.alerters; +package uk.org.iscream.client.alerters; //---IMPORTS--- -import uk.ac.ukc.iscream.client.*; -import uk.ac.ukc.iscream.core.*; -import uk.ac.ukc.iscream.util.*; -import uk.ac.ukc.iscream.componentmanager.*; +import uk.org.iscream.client.*; +import uk.org.iscream.core.*; +import uk.org.iscream.util.*; +import uk.org.iscream.componentmanager.*; /** * Provides a full Alert feed to the WebFeeder * * @author $Author: tdb $ - * @version $Id: WebFeeder__Alerter.java,v 1.2 2001/03/08 23:20:09 tdb Exp $ + * @version $Id: WebFeeder__Alerter.java,v 1.3 2001/03/14 23:25:29 tdb Exp $ */ public class WebFeeder__Alerter implements PluginAlerter { @@ -20,7 +20,7 @@ public class WebFeeder__Alerter implements PluginAlert /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.2 $"; + public static final String REVISION = "$Revision: 1.3 $"; public static final String DESC = "Provides a feed to WebFeeder"; @@ -51,7 +51,7 @@ public class WebFeeder__Alerter implements PluginAlert * 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