amiro 02/03/11 14:35:15
Modified: java/src/org/apache/xalan/xsltc/compiler Expression.java
Log:
fix XSLTMark test dbonerow slow performance, Santiago P.
Revision Changes Path
1.11 +2 -2
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Expression.java
Index: Expression.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Expression.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Expression.java 1 Feb 2002 20:07:08 -0000 1.10
+++ Expression.java 11 Mar 2002 22:35:15 -0000 1.11
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: Expression.java,v 1.10 2002/02/01 20:07:08 tmiller Exp $
+ * @(#)$Id: Expression.java,v 1.11 2002/03/11 22:35:15 amiro Exp $
*
* The Apache Software License, Version 1.1
*
@@ -103,7 +103,7 @@
public abstract String toString();
public boolean hasPositionCall() {
- return true;
+ return false; // default should be 'false' for StepPattern
}
public boolean hasLastCall() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]