You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2005/08/18 23:28:35 UTC

svn commit: r233383 - /xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java

Author: cezar
Date: Thu Aug 18 14:28:32 2005
New Revision: 233383

URL: http://svn.apache.org/viewcvs?rev=233383&view=rev
Log:
Missed one line in the rename.

Checkintests are passing.


Modified:
    xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java

Modified: xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java?rev=233383&r1=233382&r2=233383&view=diff
==============================================================================
--- xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java (original)
+++ xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Path.java Thu Aug 18 14:28:32 2005
@@ -87,7 +87,7 @@
                 ? USE_XQRL
                 : options.hasOption(_useXbeanForXpath)
                 ? USE_XBEAN
-                : options.hasOption(_useXqrl2002ForXpath)
+                : options.hasOption(_forceXqrl2002ForXpathXQuery)
                 ? USE_XQRL2002
                 : USE_XBEAN|USE_XQRL|USE_SAXON; //set all bits except XQRL2002
 



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