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/06/27 11:16:52 UTC

svn commit: r1140064 - in /commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder: AbstractNamespaceUIRIBasedRulesModule.java AbstractNamespaceURIBasedRulesModule.java

Author: simonetripodi
Date: Mon Jun 27 09:16:15 2011
New Revision: 1140064

URL: http://svn.apache.org/viewvc?rev=1140064&view=rev
Log:
fixed typo on classname

Added:
    commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java   (contents, props changed)
      - copied, changed from r1140063, commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceUIRIBasedRulesModule.java
Removed:
    commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceUIRIBasedRulesModule.java

Copied: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java (from r1140063, commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceUIRIBasedRulesModule.java)
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java?p2=commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java&p1=commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceUIRIBasedRulesModule.java&r1=1140063&r2=1140064&rev=1140064&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceUIRIBasedRulesModule.java (original)
+++ commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java Mon Jun 27 09:16:15 2011
@@ -25,7 +25,7 @@ package org.apache.commons.digester3.bin
  *
  * @since 3.0
  */
-public abstract class AbstractNamespaceUIRIBasedRulesModule
+public abstract class AbstractNamespaceURIBasedRulesModule
     extends AbstractRulesModule
 {
 
@@ -38,7 +38,7 @@ public abstract class AbstractNamespaceU
      * @param namespaceURI Namespace URI for which this Rule is relevant, or <code>null</code> to match
      *        independent of namespace.
      */
-    public AbstractNamespaceUIRIBasedRulesModule( /* @Nullable */String namespaceURI )
+    public AbstractNamespaceURIBasedRulesModule( /* @Nullable */String namespaceURI )
     {
         this.namespaceURI = namespaceURI;
     }

Propchange: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain