colus       02/05/12 04:51:30

  Modified:    src/java/org/apache/avalon/phoenix/components
                        ContainerUtil.java
  Log:
  Fix javadoc.
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/ContainerUtil.java
  
  Index: ContainerUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/ContainerUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContainerUtil.java        11 May 2002 06:35:26 -0000      1.1
  +++ ContainerUtil.java        12 May 2002 11:51:30 -0000      1.2
  @@ -34,7 +34,7 @@
    * a component throught it's lifecycle stages.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/05/11 06:35:26 $
  + * @version $Revision: 1.2 $ $Date: 2002/05/12 11:51:30 $
    * @todo Add a MissingResource exception and make all the method
    *       throw that if supplied resource (logger, context, etc)
    *       is null.
  @@ -89,8 +89,8 @@
       }
   
       /**
  -     * Supply specified object with ServiceManager if it implements the
  -     * [EMAIL PROTECTED] Serviceable} interface.
  +     * Supply specified object with Logger if it implements the
  +     * [EMAIL PROTECTED] LogEnabled} interface.
        *
        * @param object the object to Start
        * @param logger the logger to enable component with. May be null
  
  
  

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

Reply via email to