aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java')
-rw-r--r--src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java b/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java
index 3d6b7df5b..3e5ad738d 100644
--- a/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java
+++ b/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java
@@ -67,7 +67,7 @@ public class RelativeNumericProperty extends Property implements Length {
/**
* The second operand.
*/
- private Numeric op2 = null;
+ private Numeric op2;
/**
* The dimension of the result.
*/