You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2001/01/23 05:47:54 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xpath XPathMatcher.java

andyc       01/01/22 20:47:54

  Modified:    java/src/org/apache/xerces/impl/xpath Tag: xerces_j_2
                        XPathMatcher.java
  Log:
  Bug fix.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -2      xml-xerces/java/src/org/apache/xerces/impl/xpath/Attic/XPathMatcher.java
  
  Index: XPathMatcher.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/Attic/XPathMatcher.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- XPathMatcher.java	2001/01/16 05:29:34	1.1.2.2
  +++ XPathMatcher.java	2001/01/23 04:47:54	1.1.2.3
  @@ -78,7 +78,7 @@
    *
    * @author Andy Clark, IBM
    *
  - * @version $Id: XPathMatcher.java,v 1.1.2.2 2001/01/16 05:29:34 andyc Exp $
  + * @version $Id: XPathMatcher.java,v 1.1.2.3 2001/01/23 04:47:54 andyc Exp $
    */
   public class XPathMatcher
       implements XMLComponent, XMLDocumentFragmentHandler {
  @@ -586,7 +586,7 @@
                       }
                       /***
                       // REVISIT: [Q] Is self:: axis needed? -Ac
  -                    else if (axis.type == XPath.Axis.SELF) {
  +                    else if (XPath.Axis.type == XPath.Axis.SELF) {
                           // let pass
                       }
                       /***/