You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mo...@apache.org on 2001/08/16 15:23:11 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java

morten      01/08/16 06:23:11

  Modified:    java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java
  Log:
  
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xalan/java/src/org/apache/xalan/xsltc/dom/AbsoluteIterator.java
  
  Index: AbsoluteIterator.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/dom/AbsoluteIterator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbsoluteIterator.java	2001/08/16 12:06:45	1.2
  +++ AbsoluteIterator.java	2001/08/16 13:23:11	1.3
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: AbsoluteIterator.java,v 1.2 2001/08/16 12:06:45 morten Exp $
  + * @(#)$Id: AbsoluteIterator.java,v 1.3 2001/08/16 13:23:11 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -75,8 +75,8 @@
       }
   
       public int next() {
  -	// Should never be called
  -	return returnNode(NodeIterator.END);
  +	// Should never be called - well, it is!!!
  +	return _source.next();
       }
   	
       public NodeIterator setStartNode(int node) {
  
  
  

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