You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/08/31 08:08:02 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel DefaultApplicationContext.java

donaldp     2002/08/30 23:08:02

  Modified:    src/java/org/apache/avalon/phoenix/components/kernel
                        DefaultApplicationContext.java
  Log:
  Javadoc touchups
  
  Revision  Changes    Path
  1.27      +1 -2      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultApplicationContext.java
  
  Index: DefaultApplicationContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultApplicationContext.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- DefaultApplicationContext.java	6 Aug 2002 11:57:40 -0000	1.26
  +++ DefaultApplicationContext.java	31 Aug 2002 06:08:02 -0000	1.27
  @@ -132,7 +132,7 @@
        * and using the specified name.
        *
        * @param name the name of object to export
  -     * @param service the interface of object with which to export
  +     * @param services the interface of object with which to export
        * @param object the actual object to export
        */
       public void exportObject( final String name,
  @@ -147,7 +147,6 @@
        * Unexport specified object from management system.
        *
        * @param name the name of object to unexport
  -     * @param service the interface of object with which to unexport
        */
       public void unexportObject( final String name )
           throws Exception
  
  
  

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