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 2003/03/19 13:49:03 UTC

cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress Container.java

donaldp     2003/03/19 04:49:03

  Modified:    fortress/src/java/org/apache/avalon/fortress Container.java
  Log:
  fix javadocs
  
  Revision  Changes    Path
  1.3       +3 -3      avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/Container.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Container.java	7 Feb 2003 16:08:01 -0000	1.2
  +++ Container.java	19 Mar 2003 12:49:03 -0000	1.3
  @@ -70,7 +70,7 @@
        * to gain access to the ComponentHandlers and ComponentSelectors.  The
        * actual access of the ComponentHandler is delegated to the Container.
        *
  -     * @param  role  The role we intend to access a Component for.
  +     * @param  key  The role we intend to access a Component for.
        * @param  hint  The hint that we use as a qualifier
        *         (note: if null, the default implementation is returned).
        *
  @@ -84,7 +84,7 @@
        * to gain access to the ComponentHandlers and ComponentSelectors.  The
        * actual access of the ComponentHandler is delegated to the Container.
        *
  -     * @param  role  The role we intend to access a Component for.
  +     * @param  key  The role we intend to access a Component for.
        * @param  hint  The hint that we use as a qualifier
        *         (note: if null, the default implementation is returned).
        *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org