You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/11/10 12:40:31 UTC

cvs commit: jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler FactoryComponentHandler.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>