Author: mukulg
Date: Sat Oct 26 10:51:50 2019
New Revision: 1868996

URL: http://svn.apache.org/viewvc?rev=1868996&view=rev
Log:
committing a fix to xsd 1.1 code base. discovered this bug while running build 
command, 'build test'.

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

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java?rev=1868996&r1=1868995&r2=1868996&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
 Sat Oct 26 10:51:50 2019
@@ -310,6 +310,7 @@ public class XMLSchemaValidatorBase impl
         null,
         null,
         null,
+        null,
         null
     };
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to