donaldp     02/05/16 14:00:03

  Modified:    src/java/org/apache/avalon/phoenix/components
                        ContainerUtil.java
  Log:
  Looks like I forgot to ocmmit this...
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerUtil.java        15 May 2002 11:24:43 -0000      1.3
  +++ ContainerUtil.java        16 May 2002 21:00:03 -0000      1.4
  @@ -33,7 +33,7 @@
    * a component throught it's lifecycle stages.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.3 $ $Date: 2002/05/15 11:24:43 $
  + * @version $Revision: 1.4 $ $Date: 2002/05/16 21:00:03 $
    */
   public final class ContainerUtil
   {
  @@ -67,8 +67,8 @@
        *        in which case the specified object must not implement 
LogEnabled.
        * @throws IllegalArgumentException if the object is LogEnabled but 
Logger is null
        */
  -    public static void logEnable( final Object object,
  -                                  final Logger logger )
  +    public static void enableLogging( final Object object,
  +                                      final Logger logger )
       {
           if( object instanceof LogEnabled )
           {
  
  
  

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

Reply via email to