jvanzyl 01/12/05 15:44:56
Modified: src/java/org/apache/velocity/util/introspection
Introspector.java
Log:
- same javadoc in the new subclass
Revision Changes Path
1.20 +6 -1
jakarta-velocity/src/java/org/apache/velocity/util/introspection/Introspector.java
Index: Introspector.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/util/introspection/Introspector.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Introspector.java 2001/12/05 21:23:31 1.19
+++ Introspector.java 2001/12/05 23:44:56 1.20
@@ -89,7 +89,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: Introspector.java,v 1.19 2001/12/05 21:23:31 geirm Exp $
+ * @version $Id: Introspector.java,v 1.20 2001/12/05 23:44:56 jvanzyl Exp $
*/
public class Introspector extends IntrospectorBase
{
@@ -117,6 +117,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]>