Author: mukulg
Date: Sat Oct 22 09:30:42 2011
New Revision: 1187678
URL: http://svn.apache.org/viewvc?rev=1187678&view=rev
Log:
committing a minor variable renaming
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java?rev=1187678&r1=1187677&r2=1187678&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
Sat Oct 22 09:30:42 2011
@@ -75,8 +75,8 @@ public class AbstractPsychoPathXPath2Imp
// populate the 'PsychoPath XPath 2' static context, with namespace
bindings derived from the XML Schema document
NamespaceSupport xpath2NamespaceContext = (NamespaceSupport)
psychoPathParams.get(Constants.XPATH2_NAMESPACE_CONTEXT);
- Boolean isCtaAvaluator =
(Boolean)psychoPathParams.get(Constants.IS_CTA_EVALUATOR);
- if (isCtaAvaluator != null && isCtaAvaluator.booleanValue()) {
+ Boolean isCtaEvaluator =
(Boolean)psychoPathParams.get(Constants.IS_CTA_EVALUATOR);
+ if (isCtaEvaluator != null && isCtaEvaluator.booleanValue()) {
// check if the call to this method came from CTA evaluator. needs
special treatment for handling namespace context.
String[] namespaceBindingInfo =
xpath2NamespaceContext.getNamespaceBindingInfo();
List prefixes = getPrefixesXS11CTA(namespaceBindingInfo);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]