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

cvs commit: xml-xerces/java/src/org/apache/xerces/validators/schema/identity Selector.java

neilg       01/05/08 14:55:55

  Modified:    java/src/org/apache/xerces/validators/schema/identity
                        Selector.java
  Log:
  fix JDK1.2.2 compilation problem.
  
  Revision  Changes    Path
  1.10      +3 -3      xml-xerces/java/src/org/apache/xerces/validators/schema/identity/Selector.java
  
  Index: Selector.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/validators/schema/identity/Selector.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Selector.java	2001/05/08 19:55:45	1.9
  +++ Selector.java	2001/05/08 21:55:51	1.10
  @@ -69,7 +69,7 @@
    * Schema identity constraint selector.
    *
    * @author Andy Clark, IBM
  - * @version $Id: Selector.java,v 1.9 2001/05/08 19:55:45 neilg Exp $
  + * @version $Id: Selector.java,v 1.10 2001/05/08 21:55:51 neilg Exp $
    */
   public class Selector {
   
  @@ -132,7 +132,7 @@
        * Schema identity constraint selector XPath expression.
        *
        * @author Andy Clark, IBM
  -     * @version $Id: Selector.java,v 1.9 2001/05/08 19:55:45 neilg Exp $
  +     * @version $Id: Selector.java,v 1.10 2001/05/08 21:55:51 neilg Exp $
        */
       public static class XPath
           extends org.apache.xerces.validators.schema.identity.XPath {
  @@ -192,7 +192,7 @@
   
           /** Constructs a selector matcher. */
           public Matcher(Selector.XPath xpath, FieldActivator activator) {
  -            super(xpath, false, fIdentityConstraint);
  +            super(xpath, false, Selector.this.fIdentityConstraint);
               fFieldActivator = activator;
           } // <init>(Selector.XPath,FieldActivator)
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org