--- projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/WebFeeder__Monitor.java 2001/03/23 02:25:15 1.6 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/WebFeeder__Monitor.java 2001/05/29 17:02:34 1.7 @@ -1,17 +1,17 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.client.monitors; +package uk.org.iscream.cms.server.client.monitors; //---IMPORTS--- -import uk.org.iscream.client.*; -import uk.org.iscream.core.*; -import uk.org.iscream.util.*; -import uk.org.iscream.componentmanager.*; +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.server.componentmanager.*; /** * Provides a full XMLPacket feed to the WebFeeder * * @author $Author: tdb $ - * @version $Id: WebFeeder__Monitor.java,v 1.6 2001/03/23 02:25:15 tdb Exp $ + * @version $Id: WebFeeder__Monitor.java,v 1.7 2001/05/29 17:02:34 tdb Exp $ */ public class WebFeeder__Monitor extends Thread implements PluginMonitor { @@ -20,7 +20,7 @@ public class WebFeeder__Monitor extends Thread impleme /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.6 $"; + public static final String REVISION = "$Revision: 1.7 $"; /** * A description of this monitor @@ -81,7 +81,7 @@ public class WebFeeder__Monitor extends Thread impleme * 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.util.FormatName class + * This uses the uk.org.iscream.cms.server.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision