Author: simonetripodi
Date: Tue Jan 26 11:17:20 2010
New Revision: 903173

URL: http://svn.apache.org/viewvc?rev=903173&view=rev
Log:
added the namespaceURI in the FromAnnotationsRuleSet#toString() representation

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=903173&r1=903172&r2=903173&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:17:20 2010
@@ -187,6 +187,8 @@
             + this.mappedClasses
             + ", rules="
             + this.rules.toString()
+            + ", namespaceURI="
+            + this.namespaceURI
             + " }";
     }
 


Reply via email to