You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2006/08/24 23:27:32 UTC

svn commit: r434529 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java

Author: adelmelle
Date: Thu Aug 24 14:27:31 2006
New Revision: 434529

URL: http://svn.apache.org/viewvc?rev=434529&view=rev
Log:
Another slip...

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java?rev=434529&r1=434528&r2=434529&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java Thu Aug 24 14:27:31 2006
@@ -97,7 +97,7 @@
             if (this.propId == PR_BLOCK_PROGRESSION_DIMENSION
                     || this.propId == PR_INLINE_PROGRESSION_DIMENSION) {
                 Length len = subproperty.getLength();
-                if (len != null)
+                if (len != null) {
                     if ((len instanceof PercentLength
                                 && ((PercentLength) len).getPercentage() < 0)
                             || len.getValue() < 0) {



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