You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/01/01 23:33:32 UTC

cvs commit: xml-xindice/java/tests/src/org/apache/xindice/xml/sax SAXEventGeneratorTest.java

vgritsenko    2004/01/01 14:33:32

  Modified:    java/tests/src/org/apache/xindice/xml/sax
                        SAXEventGeneratorTest.java
  Log:
  spelling
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xindice/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java
  
  Index: SAXEventGeneratorTest.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/tests/src/org/apache/xindice/xml/sax/SAXEventGeneratorTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SAXEventGeneratorTest.java	22 Dec 2003 02:38:46 -0000	1.3
  +++ SAXEventGeneratorTest.java	1 Jan 2004 22:33:32 -0000	1.4
  @@ -18,7 +18,7 @@
   import org.xml.sax.ext.LexicalHandler;
   
   /**
  - * This is a simple test to verify that the output of XIndice internal SAX
  + * This is a simple test to verify that the output of Xindice internal SAX
    * parser and a generic Jaxp parser is the same.
    * 
    * @author <a href="mailto:gianugo@apache.org">Gianugo Rabellino</a>