You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by gi...@apache.org on 2002/07/12 09:18:50 UTC

cvs commit: jakarta-avalon/src/java/org/apache/avalon/framework/container ContainerUtil.java

giacomo     2002/07/12 00:18:50

  Modified:    src/java/org/apache/avalon/framework/container
                        ContainerUtil.java
  Log:
  Fixed typos
  
  Revision  Changes    Path
  1.6       +5 -5      jakarta-avalon/src/java/org/apache/avalon/framework/container/ContainerUtil.java
  
  Index: ContainerUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/container/ContainerUtil.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContainerUtil.java	26 Jun 2002 09:22:18 -0000	1.5
  +++ ContainerUtil.java	12 Jul 2002 07:18:50 -0000	1.6
  @@ -109,14 +109,14 @@
       }
   
       /**
  -     * Supply specified object with ComponentManager if it implements the
  -     * {@link Composable} interface.
  +     * Supply specified object with ServiceManager if it implements the
  +     * {@link Serviceable} interface.
        *
        * @param object the object to service
        * @param serviceManager the serviceManager object to use for object.
        *        May be null in which case the specified object must not
  -     *        implement Composable.
  -     * @throws ComponentException if there is a problem servicing object
  +     *        implement Serviceable.
  +     * @throws ServiceException if there is a problem servicing object
        * @throws IllegalArgumentException if the object is Servicable but
        *         ServiceManager is null
        */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>