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:23:33 UTC

svn commit: r1129560 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java

Author: simonetripodi
Date: Tue May 31 08:23:32 2011
New Revision: 1129560

URL: http://svn.apache.org/viewvc?rev=1129560&view=rev
Log:
fixed checkstyle violation: Expected an @return tag.

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java?rev=1129560&r1=1129559&r2=1129560&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java Tue May 31 08:23:32 2011
@@ -61,6 +61,7 @@ public abstract class RuleFinder
      * @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.
+     * @return a source of digester rules for the specified plugin class.
      * @throws PluginException if the algorithm finds a source of rules, but there is something invalid
      *         about that source.
      */