--- projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/DataComponent.java 2002/05/21 16:47:10 1.11 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/DataComponent.java 2003/02/05 19:35:04 1.12 @@ -22,7 +22,7 @@ package uk.org.iscream.cms.conient.datacomponents; //---IMPORTS--- -import uk.org.iscream.cms.server.util.XMLPacket; +import uk.org.iscream.cms.util.XMLPacket; /** * This interface is used by all @@ -38,7 +38,7 @@ import uk.org.iscream.cms.server.util.XMLPacket; * interface. * * @author $Author: tdb $ - * @version $Id: DataComponent.java,v 1.11 2002/05/21 16:47:10 tdb Exp $ + * @version $Id: DataComponent.java,v 1.12 2003/02/05 19:35:04 tdb Exp $ */ public interface DataComponent { @@ -47,7 +47,7 @@ public interface DataComponent { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.11 $"; + public final String REVISION = "$Revision: 1.12 $"; //---STATIC METHODS---