]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting next...
authorJeremias Maerki <jeremias@apache.org>
Sat, 15 Mar 2003 17:02:49 +0000 (17:02 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sat, 15 Mar 2003 17:02:49 +0000 (17:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196105 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java

index 0ac52f0759b5f9bc85cee06d5fe3b32c1723dae7..73aa045729cff998689a1edd58d43f1ebba4e800 100644 (file)
@@ -108,6 +108,7 @@ public class PDFDocumentGraphics2D extends PDFGraphics2D {
         }
 
         this.pdfDoc = new PDFDocument("FOP SVG Renderer");
+        this.pdfDoc.enableLogging(new org.apache.avalon.framework.logger.NullLogger());
 
         graphicsState = new PDFState();