You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2011/09/16 16:59:57 UTC

svn commit: r1171610 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java

Author: knoaman
Date: Fri Sep 16 14:59:57 2011
New Revision: 1171610

URL: http://svn.apache.org/viewvc?rev=1171610&view=rev
Log:
Removed code that is not needed

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java?rev=1171610&r1=1171609&r2=1171610&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java Fri Sep 16 14:59:57 2011
@@ -70,7 +70,7 @@ public class AnyURIDV extends TypeValida
                     // Support for relative URLs
                     // According to Java 1.1: URLs may also be specified with a
                     // String and the URL object that it is related to.
-                    new URI(BASE_URI, encoded );new URI(content);
+                    new URI(BASE_URI, encoded );
                 }
             } catch (URI.MalformedURIException ex) {
                 throw new InvalidDatatypeValueException("cvc-datatype-valid.1.2.1", new Object[]{content, "anyURI"});



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org