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:31 UTC

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

donaldp     2003/03/19 04:49:31

  Modified:    fortress/src/java/org/apache/avalon/fortress RoleEntry.java
  Log:
  fix javadocs
  
  Revision  Changes    Path
  1.3       +4 -4      avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/RoleEntry.java
  
  Index: RoleEntry.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/RoleEntry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RoleEntry.java	7 Feb 2003 16:08:01 -0000	1.2
  +++ RoleEntry.java	19 Mar 2003 12:49:31 -0000	1.3
  @@ -28,7 +28,7 @@
        * All arguments must be supplied.
        *
        * @param  role            Role name for this component type
  -     * @param  shortname       Short name for this component type
  +     * @param  shortName       Short name for this component type
        * @param  componentClass  <code>Class</code> to instantiate the
        *                         component type
        * @param  handlerClass    <code>Class</code> to instantiate the
  @@ -74,7 +74,7 @@
       {
           return m_role;
       }
  -    
  +
       /**
        * Get the short name for the component type.  This is used in
        * "self-healing" configuration files.
  @@ -97,7 +97,7 @@
       }
   
       /**
  -    * Get the <code>Class</code> for the component type's {@link ComponentHandler}.
  +    * Get the <code>Class</code> for the component type's {@link org.apache.avalon.fortress.impl.handler.ComponentHandler}.
       *
       * @return the <code>Class</code>
       */
  
  
  

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