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/30 23:15:39 UTC

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

Author: simonetripodi
Date: Mon May 30 21:15:38 2011
New Revision: 1129378

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

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java?rev=1129378&r1=1129377&r2=1129378&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java Mon May 30 21:15:38 2011
@@ -41,6 +41,8 @@ public abstract class RulesFactory
      * 
      * @param d is the digester that the returned rules object will be associated with.
      * @param pluginClass is the class that is to be configured using rules added to the returnedobject.
+     * @return an instance of some Rules implementation that the plugged-in class shall use to match its private parsing
+     *         rules.
      * @throws PluginException if the algorithm finds a source of rules, but there is something invalid about that
      *             source.
      */