--- projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentCORBAException.java 2001/02/23 16:26:14 1.1 +++ projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentCORBAException.java 2001/03/14 23:25:29 1.2 @@ -1,5 +1,5 @@ //---PACKAGE DECLARATION--- -package uk.ac.ukc.iscream.componentmanager; +package uk.org.iscream.componentmanager; //---IMPORTS--- @@ -8,8 +8,8 @@ package uk.ac.ukc.iscream.componentmanager; * CORBA problems. Typically (as this is unchecked) * only the ComponentManager deals with this. * - * @author $Author: ajm $ - * @version $Id: ComponentCORBAException.java,v 1.1 2001/02/23 16:26:14 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: ComponentCORBAException.java,v 1.2 2001/03/14 23:25:29 tdb Exp $ */ public class ComponentCORBAException extends RuntimeException {