Author: mukulg
Date: Sun Apr 17 06:18:27 2022
New Revision: 1899924
URL: http://svn.apache.org/viewvc?rev=1899924&view=rev
Log:
xercesj commit : fixing minor typo within comments
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertXPath2EngineImpl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertXPath2EngineImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertXPath2EngineImpl.java?rev=1899924&r1=1899923&r2=1899924&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertXPath2EngineImpl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertXPath2EngineImpl.java
Sun Apr 17 06:18:27 2022
@@ -389,7 +389,7 @@ public class XMLAssertXPath2EngineImpl e
StringTokenizer listStrTokens = new StringTokenizer(value, "
\n\t\r");
while (listStrTokens.hasMoreTokens()) {
String listItemStrValue = listStrTokens.nextToken();
- // iterate over all the members types of union
+ // iterate over all the member types of union
boolean isListItemValidWithXSNsType = false;
for (int idx = 0; idx < assertions.size(); idx++) {
XSSimpleTypeDecl xsSimpleTypeDecl =
(XSSimpleTypeDecl)assertions.get(idx);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]