jvanzyl     01/12/05 15:43:55

  Modified:    src/java/org/apache/velocity/util/introspection
                        IntrospectorBase.java
  Log:
  - adding some javadoc, just got caught by the Class[] vs Object[]
  
  Revision  Changes    Path
  1.2       +6 -1      
jakarta-velocity/src/java/org/apache/velocity/util/introspection/IntrospectorBase.java
  
  Index: IntrospectorBase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/util/introspection/IntrospectorBase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IntrospectorBase.java     2001/12/05 21:22:10     1.1
  +++ IntrospectorBase.java     2001/12/05 23:43:55     1.2
  @@ -87,7 +87,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Bob McWhirter</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Attila Szegedi</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Paulo Gaspar</a>
  - * @version $Id: IntrospectorBase.java,v 1.1 2001/12/05 21:22:10 geirm Exp $
  + * @version $Id: IntrospectorBase.java,v 1.2 2001/12/05 23:43:55 jvanzyl Exp $
    */
   public class IntrospectorBase
   {   
  @@ -106,6 +106,11 @@
       /**
        * Gets the method defined by <code>name</code> and
        * <code>params</code> for the Class <code>c</code>.
  +     *
  +     * @param c Class in which the method search is taking place
  +     * @param name Name of the method being searched for
  +     * @param params An array of Objects (not Classes) that describe the
  +     *               the parameters
        *
        * @return The desired Method object.
        */
  
  
  

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

Reply via email to