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 17:30:51 UTC

svn commit: r1128672 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/RuleSet.java

Author: simonetripodi
Date: Sat May 28 15:30:50 2011
New Revision: 1128672

URL: http://svn.apache.org/viewvc?rev=1128672&view=rev
Log:
fixed javadoc violations

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/RuleSet.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/RuleSet.java?rev=1128672&r1=1128671&r2=1128672&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/RuleSet.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/RuleSet.java Sat May 28 15:30:50 2011
@@ -42,6 +42,8 @@ public interface RuleSet
 
     /**
      * Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
+     *
+     * @return the namespace URI that will be applied to all Rule instances created from this RuleSet
      */
     String getNamespaceURI();