donaldp     2002/11/10 03:41:02

  Modified:    fortress/src/java/org/apache/excalibur/fortress/handler
                        PerThreadComponentHandler.java
  Log:
  Remove uneeded ctor
  
  Revision  Changes    Path
  1.40      +1 -12     
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PerThreadComponentHandler.java
  
  Index: PerThreadComponentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PerThreadComponentHandler.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- PerThreadComponentHandler.java    9 Nov 2002 08:13:51 -0000       1.39
  +++ PerThreadComponentHandler.java    10 Nov 2002 11:41:02 -0000      1.40
  @@ -64,17 +64,6 @@
   {
       private ThreadLocalComponent m_instance;
   
  -    /**
  -     * 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 PerThreadComponentHandler( final ObjectFactory factory )
  -        throws Exception
  -    {
  -        super( factory );
  -    }
  -
       public void initialize()
           throws Exception
       {
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>

Reply via email to