curcuru     00/07/19 07:24:53

  Modified:    src/org/apache/xalan/xpath XPath.java
  Log:
  Increase MAXTOKENQUEUESIZE to 2000
  PR:DMAN4MBHTK
  Submitted by:<[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.24      +1 -1      xml-xalan/src/org/apache/xalan/xpath/XPath.java
  
  Index: XPath.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xpath/XPath.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XPath.java        2000/03/16 17:33:33     1.23
  +++ XPath.java        2000/07/19 14:24:53     1.24
  @@ -106,7 +106,7 @@
     /**
      * The max size that the token queue can grow to.
      */
  -  static final int MAXTOKENQUEUESIZE = 500;
  +  static final int MAXTOKENQUEUESIZE = 2000; // PR:DMAN4MBHTK Submitted 
by:[EMAIL PROTECTED]
   
     /**
      *  TokenStack is the queue of used tokens. The current token is the token 
at the 
  
  
  

Reply via email to