Author: ssteiner
Date: Tue Apr 29 08:20:32 2014
New Revision: 1590916

URL: http://svn.apache.org/r1590916
Log:
Checkstyle

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/bitmap/AbstractBitmapDocumentHandler.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/bitmap/AbstractBitmapDocumentHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/bitmap/AbstractBitmapDocumentHandler.java?rev=1590916&r1=1590915&r2=1590916&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/bitmap/AbstractBitmapDocumentHandler.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/bitmap/AbstractBitmapDocumentHandler.java
 Tue Apr 29 08:20:32 2014
@@ -229,7 +229,8 @@ public abstract class AbstractBitmapDocu
         }
 
         //Set up bitmap to paint on
-        if (currentImage == null || currentImage.getWidth() != bitmapWidth || 
currentImage.getHeight() != bitmapHeight) {
+        if (currentImage == null || currentImage.getWidth() != bitmapWidth
+                || currentImage.getHeight() != bitmapHeight) {
             currentImage = createBufferedImage(bitmapWidth, bitmapHeight);
         }
         Graphics2D graphics2D = this.currentImage.createGraphics();



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org

Reply via email to