bruno 2003/08/13 01:42:58
Modified: src/blocks/batik/java/org/apache/cocoon/serialization
SVGSerializer.java
Log:
fixed javadoc error
Revision Changes Path
1.8 +2 -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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SVGSerializer.java 3 Jul 2003 09:26:03 -0000 1.7
+++ SVGSerializer.java 13 Aug 2003 08:42:58 -0000 1.8
@@ -287,7 +287,7 @@
* <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(Environment)}
+ * an exception when [EMAIL PROTECTED] org.apache.cocoon.Cocoon#process}
* tries to close the stream.
*/
public boolean shouldSetContentLength() {