joerg       2004/02/16 13:27:17

  Modified:    src/blocks/batik/java/org/apache/cocoon/serialization
                        SVGSerializer.java
  Log:
  fixing javadoc warning
  
  Revision  Changes    Path
  1.14      +3 -2      
cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java
  
  Index: SVGSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SVGSerializer.java        8 Feb 2004 18:33:58 -0000       1.13
  +++ SVGSerializer.java        16 Feb 2004 21:27:17 -0000      1.14
  @@ -295,7 +295,8 @@
        * <p>Batik's PNGTranscoder closes the output stream, therefore we
        * cannot pass the output stream directly to Batik and have to
        * instruct pipeline to buffer it. If we do not buffer, we would get
  -     * an exception when [EMAIL PROTECTED] org.apache.cocoon.Cocoon#process}
  +     * an exception when
  +     * [EMAIL PROTECTED] 
org.apache.cocoon.Cocoon#process(org.apache.cocoon.environment.Environment)}
        * tries to close the stream.
        */
       public boolean shouldSetContentLength() {
  
  
  

Reply via email to