--- projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java 2001/02/23 16:30:37 1.14 +++ projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java 2001/02/23 16:34:26 1.15 @@ -15,7 +15,7 @@ import uk.ac.ukc.iscream.util.*; * uk.ac.ukc.iscream.ComponentList * * @author $Author: ajm $ - * @version $Id: ComponentManager.java,v 1.14 2001/02/23 16:30:37 ajm Exp $ + * @version $Id: ComponentManager.java,v 1.15 2001/02/23 16:34:26 ajm Exp $ */ public class ComponentManager { @@ -24,7 +24,7 @@ public class ComponentManager { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.14 $"; + public static final String REVISION = "$Revision: 1.15 $"; /** * The toString() of this class @@ -128,7 +128,7 @@ public class ComponentManager { } boolean tryAgain = true; - + Component component = null; while(tryAgain) { Iterator i = componentsToStart.iterator(); while(i.hasNext()) {