--- projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ReferenceManager.java 2001/03/14 23:25:29 1.13 +++ projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ReferenceManager.java 2001/03/15 18:21:36 1.14 @@ -19,8 +19,8 @@ import uk.org.iscream.util.*; * references to all the objects it contains throughout * a component. * - * @author $Author: tdb $ - * @version $Id: ReferenceManager.java,v 1.13 2001/03/14 23:25:29 tdb Exp $ + * @author $Author: ajm $ + * @version $Id: ReferenceManager.java,v 1.14 2001/03/15 18:21:36 ajm Exp $ */ public class ReferenceManager { @@ -29,7 +29,7 @@ public class ReferenceManager { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.13 $"; + public final String REVISION = "$Revision: 1.14 $"; //---STATIC METHODS--- @@ -325,5 +325,5 @@ public class ReferenceManager { /** * A reference to the single instance of this class */ - private static ReferenceManager _instance; + private static ReferenceManager _instance = null; }