Author: mukulg
Date: Fri Jan 13 16:14:39 2012
New Revision: 1231153
URL: http://svn.apache.org/viewvc?rev=1231153&view=rev
Log:
minor improvement to one of the classes. there were few unnecessary cast
operations, which are now likely improved.
Modified:
xerces/java/branches/xml-schema-1.1-d
Author: mukulg
Date: Fri Jan 13 09:58:12 2012
New Revision: 1230970
URL: http://svn.apache.org/viewvc?rev=1230970&view=rev
Log:
fixing a potential NPE issue.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
Modified:
xerce
Author: mukulg
Date: Fri Jan 13 08:34:59 2012
New Revision: 1230915
URL: http://svn.apache.org/viewvc?rev=1230915&view=rev
Log:
fixing a potential NPE issue.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
Modified:
xe