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 2011/05/28 13:39:14 UTC

svn commit: r1128608 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java

Author: simonetripodi
Date: Sat May 28 11:39:14 2011
New Revision: 1128608

URL: http://svn.apache.org/viewvc?rev=1128608&view=rev
Log:
added missing javadoc tags

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java?rev=1128608&r1=1128607&r2=1128608&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallMethodRule.java Sat May 28 11:39:14 2011
@@ -299,6 +299,9 @@ public class CallMethodRule
 
     /**
      * Should <code>MethodUtils.invokeExactMethod</code> be used for the reflection.
+     *
+     * @return true, if <code>MethodUtils.invokeExactMethod</code> Should be used for the reflection,
+     *         false otherwise
      */
     public boolean getUseExactMatch()
     {
@@ -307,6 +310,8 @@ public class CallMethodRule
 
     /**
      * Set whether <code>MethodUtils.invokeExactMethod</code> should be used for the reflection.
+     *
+     * @param The <code>MethodUtils.invokeExactMethod</code> flag
      */
     public void setUseExactMatch( boolean useExactMatch )
     {