You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/12/18 23:48:02 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/html ParseTag.java

dion        2002/12/18 14:48:01

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/html
                        ParseTag.java
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/html/ParseTag.java
  
  Index: ParseTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/html/ParseTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ParseTag.java	30 Oct 2002 19:16:32 -0000	1.3
  +++ ParseTag.java	18 Dec 2002 22:48:01 -0000	1.4
  @@ -122,7 +122,7 @@
        * Factory method to create a new SAXReader
        */    
       protected SAXReader createSAXReader() throws Exception {
  -        // installs the NeckHTML parser
  +        // installs the NekoHTML parser
           SAXParser parser = new SAXParser();
           parser.setProperty(
               "http://cyberneko.org/html/properties/names/elems",
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>