sboag       00/10/17 12:42:40

  Modified:    java/src/org/apache/xpath/compiler Compiler.java
  Log:
  Make countPredicates public.
  
  Revision  Changes    Path
  1.7       +1 -1      
xml-xalan/java/src/org/apache/xpath/compiler/Compiler.java
  
  Index: Compiler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/compiler/Compiler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Compiler.java     2000/10/13 02:33:19     1.6
  +++ Compiler.java     2000/10/17 19:42:40     1.7
  @@ -652,7 +652,7 @@
     /**
      * Count the number of predicates in the step.
      */
  -  private int countPredicates(int opPos)
  +  public int countPredicates(int opPos)
       throws org.xml.sax.SAXException
     {
       int count = 0;
  
  
  

Reply via email to