Author: simonetripodi
Date: Tue Jan 26 11:14:55 2010
New Revision: 903172

URL: http://svn.apache.org/viewvc?rev=903172&view=rev
Log:
added missing namespaceURI setter - thanks Tommaso Teofili (tommaso)

Modified:
    
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/FromAnnotationsRuleSet.java

Modified: 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/FromAnnotationsRuleSet.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/FromAnnotationsRuleSet.java?rev=903172&r1=903171&r2=903172&view=diff
==============================================================================
--- 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/FromAnnotationsRuleSet.java
 (original)
+++ 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/FromAnnotationsRuleSet.java
 Tue Jan 26 11:14:55 2010
@@ -168,6 +168,17 @@
     }
 
     /**
+     * Sets the namespace URI that will be applied to all Rule instances
+     * created from this RuleSet.
+     *
+     * @param namespaceURI the namespace URI that will be applied to all Rule
+     * instances created from this RuleSet.
+     */
+    public void setNamespaceURI(String namespaceURI) {
+        this.namespaceURI = namespaceURI;
+    }
+
+    /**
      * {...@inheritdoc}
      */
     @Override


Reply via email to