diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2014-07-18 14:21:06 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2014-07-18 14:21:06 +0000 |
commit | 7f21c0ae8547429472f10bfd297294d6248b41b6 (patch) | |
tree | c371ab7720164ec30528fe5e7e84e71e5b149edc /src/java/org/apache/fop/fo/flow/table/TableAndCaption.java | |
parent | f8dd309bf637ecd62762fdfd889be1e7b210b755 (diff) | |
parent | d8823a706376a572303ab86004c7370b12ef7d85 (diff) | |
download | xmlgraphics-fop-7f21c0ae8547429472f10bfd297294d6248b41b6.tar.gz xmlgraphics-fop-7f21c0ae8547429472f10bfd297294d6248b41b6.zip |
Merged latest trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611658 13f79535-47bb-0310-9956-ffa450edef68
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} |