upayavira    2004/07/08 05:04:08

  Modified:    src/blocks/html/java/org/apache/cocoon/generation
                        NekoHTMLGenerator.java
  Log:
  doc fixes
  
  Revision  Changes    Path
  1.2       +3 -3      
cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation/NekoHTMLGenerator.java
  
  Index: NekoHTMLGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation/NekoHTMLGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NekoHTMLGenerator.java    8 Jul 2004 10:11:41 -0000       1.1
  +++ NekoHTMLGenerator.java    8 Jul 2004 12:04:08 -0000       1.2
  @@ -58,7 +58,7 @@
    * The neko html generator reads HTML from a source, converts it to XHTML
    * and generates SAX Events. It uses the NekoHTML library to do this.
    * 
  - * @cocoon.sitemap.component.name   html
  + * @cocoon.sitemap.component.name   nekohtml
    * @cocoon.sitemap.component.label  content
    * @cocoon.sitemap.component.logger sitemap.generator.nekohtml
    * @cocoon.sitemap.component.documentation.caching
  @@ -93,7 +93,7 @@
       /** XPath Processor */
       private XPathProcessor processor = null;
   
  -    /** JTidy properties */
  +    /** Neko properties */
       private Properties properties;
   
       public void service(ServiceManager manager)
  
  
  

Reply via email to