aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/table/TableCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/table/TableCell.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/table/TableCell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/table/TableCell.java b/src/java/org/apache/fop/fo/flow/table/TableCell.java
index b9a811328..33b4a5fe3 100644
--- a/src/java/org/apache/fop/fo/flow/table/TableCell.java
+++ b/src/java/org/apache/fop/fo/flow/table/TableCell.java
@@ -60,7 +60,7 @@ public class TableCell extends TableFObj implements CommonAccessibilityHolder {
// End of property values
/** used for FO validation */
- private boolean blockItemFound = false;
+ private boolean blockItemFound;
private boolean hasRetrieveTableMarker;