From 18536029a6533a850dd1508f938b0ad20f1a0e72 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 14 Nov 2005 12:55:46 +0000 Subject: Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. Fixed most of the unappropriate System.err/System.out/Exception.printStackTrace(). Those that aren't fixed and are not legitimate calls (in main() methods etc.) are marked with a TODO item. Some Javadocs and style updates. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344111 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/pdf/PDFDocument.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/java/org/apache/fop/pdf/PDFDocument.java') diff --git a/src/java/org/apache/fop/pdf/PDFDocument.java b/src/java/org/apache/fop/pdf/PDFDocument.java index 4dd9f53fc..4d16dfa74 100644 --- a/src/java/org/apache/fop/pdf/PDFDocument.java +++ b/src/java/org/apache/fop/pdf/PDFDocument.java @@ -394,8 +394,6 @@ public class PDFDocument { //Add object to list this.objects.add(obj); - //System.out.println("Registering: "+obj); - //Add object to special lists where necessary if (obj instanceof PDFFunction) { this.functions.add(obj); -- cgit v1.2.3