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

cvs commit: xml-xerces/java/tests/dom/treewalker TestFirstChild.java

lehors      01/11/19 17:08:05

  Modified:    java/tests/dom/treewalker TestFirstChild.java
  Log:
  fixed compilation error
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/java/tests/dom/treewalker/TestFirstChild.java
  
  Index: TestFirstChild.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/dom/treewalker/TestFirstChild.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestFirstChild.java	2001/07/23 11:47:44	1.1
  +++ TestFirstChild.java	2001/11/20 01:08:05	1.2
  @@ -67,7 +67,7 @@
    * The class generates simple XML document and traverses it.
    * 
    * @author Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>
  - * @version $Id: TestFirstChild.java,v 1.1 2001/07/23 11:47:44 elena Exp $
  + * @version $Id: TestFirstChild.java,v 1.2 2001/11/20 01:08:05 lehors Exp $
    */
   public class TestFirstChild {
   
  @@ -75,7 +75,7 @@
   
   
           System.out.println(" --- "
  -                           + org.apache.xerces.framework.Version.fVersion
  +                           + org.apache.xerces.impl.Version.fVersion
                              + " --- ");
           Document doc = getNodeSet1();
           NodeFilter nodefilter = null;
  
  
  

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