vgritsenko    02/04/05 21:51:22

  Modified:    src/java/org/apache/cocoon/generation
                        AbstractServerPage.java
  Log:
  fix javadoc
  
  Revision  Changes    Path
  1.7       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/generation/AbstractServerPage.java
  
  Index: AbstractServerPage.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/AbstractServerPage.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractServerPage.java   22 Feb 2002 07:03:51 -0000      1.6
  +++ AbstractServerPage.java   6 Apr 2002 05:51:22 -0000       1.7
  @@ -65,7 +65,7 @@
    * declares variables that must be explicitly initialized by code generators.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ricardo Rocha</a>
  - * @version CVS $Id: AbstractServerPage.java,v 1.6 2002/02/22 07:03:51 cziegeler 
Exp $
  + * @version CVS $Id: AbstractServerPage.java,v 1.7 2002/04/06 05:51:22 vgritsenko 
Exp $
    */
   public abstract class AbstractServerPage
     extends ServletGenerator implements CompiledComponent, Cacheable
  @@ -194,7 +194,7 @@
     /**
      * Add a comment
      *
  -   * @param comment The comment data
  +   * @param data The comment data
      */
     protected void comment(String data) throws SAXException {
       this.lexicalHandler.comment(data.toCharArray(), 0, data.length());
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to