]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix checkstyle issue
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 6 Feb 2011 19:16:44 +0000 (19:16 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 6 Feb 2011 19:16:44 +0000 (19:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067733 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/AreaTreeHandler.java

index dd9db89a3d04409eed0765aa1e4da61d4754a4b3..0e2b8bf71fc648ff2948f922535f556eb9b5e6e1 100644 (file)
@@ -208,7 +208,8 @@ public class AreaTreeHandler extends FOEventHandler {
             wrapAndAddExtensionAttachments(rootFObj.getExtensionAttachments());
             // extension attachments from fo:declarations
             if (rootFObj.getDeclarations() != null) {
-                wrapAndAddExtensionAttachments(rootFObj.getDeclarations().getExtensionAttachments());
+                wrapAndAddExtensionAttachments(
+                        rootFObj.getDeclarations().getExtensionAttachments());
             }
         }