donaldp 2002/11/10 03:40:31
Modified: fortress/src/java/org/apache/excalibur/fortress/handler
FactoryComponentHandler.java
Log:
Remove uneeded ctor
Revision Changes Path
1.37 +1 -14
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/FactoryComponentHandler.java
Index: FactoryComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/FactoryComponentHandler.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- FactoryComponentHandler.java 9 Nov 2002 08:13:51 -0000 1.36
+++ FactoryComponentHandler.java 10 Nov 2002 11:40:31 -0000 1.37
@@ -49,8 +49,6 @@
*/
package org.apache.excalibur.fortress.handler;
-import org.apache.excalibur.mpool.ObjectFactory;
-
/**
* The FactoryComponentHandler to make sure components are initialized
* and destroyed correctly.
@@ -63,17 +61,6 @@
public final class FactoryComponentHandler
extends AbstractComponentHandler
{
- /**
- * Create a ComponentHandler that takes care of hiding the details of
- * whether a Component is ThreadSafe, Poolable, or SingleThreaded.
- * It falls back to SingleThreaded if not specified.
- */
- public FactoryComponentHandler( final ObjectFactory factory )
- throws Exception
- {
- super( factory );
- }
-
/**
* Get a reference of the desired Component
*/
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>