bloritsch    02/02/05 07:14:21

  Modified:    src/scratchpad/org/apache/avalon/excalibur/system
                        AbstractContainer.java
  Log:
  fix compile error
  
  Revision  Changes    Path
  1.7       +1 -13     
jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java
  
  Index: AbstractContainer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractContainer.java    5 Feb 2002 14:15:04 -0000       1.6
  +++ AbstractContainer.java    5 Feb 2002 15:14:21 -0000       1.7
  @@ -36,7 +36,7 @@
    * Manager can expose that to the instantiating class.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2002/02/05 14:15:04 $
  + * @version CVS $Revision: 1.7 $ $Date: 2002/02/05 15:14:21 $
    */
   public abstract class AbstractContainer
      extends AbstractLogEnabled
  @@ -268,18 +268,6 @@
           }
   
           return handler;
  -    }
  -
  -    /**
  -     * Exposes to subclasses the component manager which this container
  -     * uses to manage its child components.
  -     *
  -     * @return the child component manager
  -     */
  -    protected final ComponentManager getComponentManager() {
  -        m_validator.checkActive();
  -
  -        return m_childManager;
       }
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to