greenrd 01/03/25 16:30:15
Modified: src/org/apache/cocoon/formatter FO2PDFFormatter.java
Log:
oops
Revision Changes Path
1.15 +3 -3
xml-cocoon/src/org/apache/cocoon/formatter/FO2PDFFormatter.java
Index: FO2PDFFormatter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/formatter/FO2PDFFormatter.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- FO2PDFFormatter.java 2001/03/26 00:17:11 1.14
+++ FO2PDFFormatter.java 2001/03/26 00:30:15 1.15
@@ -1,4 +1,4 @@
-/*-- $Id: FO2PDFFormatter.java,v 1.14 2001/03/26 00:17:11 greenrd Exp $ --
+/*-- $Id: FO2PDFFormatter.java,v 1.15 2001/03/26 00:30:15 greenrd Exp $ --
============================================================================
The Apache Software License, Version 1.1
@@ -65,7 +65,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Robin Green</a>
- * @version $Revision: 1.14 $ $Date: 2001/03/26 00:17:11 $
+ * @version $Revision: 1.15 $ $Date: 2001/03/26 00:30:15 $
*/
public class FO2PDFFormatter extends AbstractFormatter implements Actor {
@@ -145,7 +145,7 @@
.invoke (driver, new Object [] {outStream});
}
else {
- PrintWriter pw = new PrintWriter (new OutputStreamWriter
(stream));
+ PrintWriter pw = new PrintWriter (new OutputStreamWriter
(outStream));
// We use reflection here to avoid compile-time errors
// This translates at runtime to
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]