leif 2002/08/06 20:15:36
Modified: fortress/src/java/org/apache/excalibur/fortress/util
ContextManager.java
Log:
Implement the Initializable interface to make it clear that initialize needs
to be
called.
Revision Changes Path
1.31 +4 -2
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/util/ContextManager.java
Index: ContextManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/util/ContextManager.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ContextManager.java 6 Aug 2002 20:06:04 -0000 1.30
+++ ContextManager.java 7 Aug 2002 03:15:36 -0000 1.31
@@ -55,6 +55,7 @@
import org.apache.avalon.excalibur.logger.LogKitLoggerManager;
import org.apache.avalon.excalibur.logger.LoggerManager;
import org.apache.avalon.framework.activity.Disposable;
+import org.apache.avalon.framework.activity.Initializable;
import org.apache.avalon.framework.activity.Startable;
import org.apache.avalon.framework.component.ComponentManager;
import org.apache.avalon.framework.component.DefaultComponentManager;
@@ -113,7 +114,8 @@
* @version CVS $Revision$ $Date$
* @since 4.1
*/
-public class ContextManager implements ContextManagerConstants
+public class ContextManager
+ implements ContextManagerConstants, Initializable
{
private static final Configuration EMPTY_CONFIG;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>