You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2010/01/26 12:31:03 UTC

svn commit: r903178 - /commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java

Author: simonetripodi
Date: Tue Jan 26 11:31:03 2010
New Revision: 903178

URL: http://svn.apache.org/viewvc?rev=903178&view=rev
Log:
removed non-existent parameter from MethodArgument class constructor

Modified:
    commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java

Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java
URL: http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java?rev=903178&r1=903177&r2=903178&view=diff
==============================================================================
--- commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java (original)
+++ commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/MethodArgument.java Tue Jan 26 11:31:03 2010
@@ -49,7 +49,6 @@
      * @param index the method argument index.
      * @param parameterType the method argument type.
      * @param annotations the method argument annotations.
-     * @param parentMethod the method reference.
      */
     public MethodArgument(int index, Class<?> parameterType, Annotation[] annotations) {
         this.index = index;