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/31 10:28:32 UTC

svn commit: r1129566 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java

Author: simonetripodi
Date: Tue May 31 08:28:32 2011
New Revision: 1129566

URL: http://svn.apache.org/viewvc?rev=1129566&view=rev
Log:
fixed javadoc @param

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java?rev=1129566&r1=1129565&r2=1129566&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/strategies/FinderFromClass.java Tue May 31 08:28:32 2011
@@ -89,7 +89,7 @@ public class FinderFromClass
      * here as properties, so the user can select any class in the classpath (and any method on that class provided it
      * has the correct prototype) as the source of dynamic rules for the plugged-in class.
      *
-     * @param d The digester instance where locating plugin classes
+     * @param digester The digester instance where locating plugin classes
      * @param pluginClass The plugin Java class
      * @param p The properties object that holds any xml attributes the user may have specified on the plugin
      *          declaration in order to indicate how to locate the plugin rules.