diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/table/TableAndCaption.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/table/TableAndCaption.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java b/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java index f5ee8a714..e452f04d0 100644 --- a/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java +++ b/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java @@ -55,11 +55,11 @@ public class TableAndCaption extends FObj implements CommonAccessibilityHolder { // private int textAlign; // End of property values - static boolean notImplementedWarningGiven = false; + static boolean notImplementedWarningGiven; /** used for FO validation */ - private boolean tableCaptionFound = false; - private boolean tableFound = false; + private boolean tableCaptionFound; + private boolean tableFound; /** * Create a TableAndCaption instance with the given {@link FONode} |