You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/24 03:28:22 UTC

cvs commit: cocoon-2.1/src/blocks/scratchpad/garbage/source/java/org/apache/garbage/serializer AbstractSerializer.java

joerg       2004/03/23 18:28:22

  Modified:    src/blocks/scratchpad/garbage/source/java/org/apache/garbage/serializer
                        AbstractSerializer.java
  Log:
  fixed javadoc error
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/blocks/scratchpad/garbage/source/java/org/apache/garbage/serializer/AbstractSerializer.java
  
  Index: AbstractSerializer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/garbage/source/java/org/apache/garbage/serializer/AbstractSerializer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractSerializer.java	5 Mar 2004 10:07:22 -0000	1.2
  +++ AbstractSerializer.java	24 Mar 2004 02:28:22 -0000	1.3
  @@ -408,7 +408,7 @@
        * @param qual The fully-qualified name of the root element.
        * @param namespaces An array of <code>String</code> objects containing
        *                   the namespaces to be declared by this element.
  -     * @param namespaces An array of <code>String</code> objects containing
  +     * @param attributes An array of <code>String</code> objects containing
        *                   all attributes of this element.
        */
       public abstract void startElementImpl(String uri, String local, String qual,