diff options
Diffstat (limited to 'src/sandbox/org/apache/fop/render/mif/MIFElement.java')
-rw-r--r-- | src/sandbox/org/apache/fop/render/mif/MIFElement.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sandbox/org/apache/fop/render/mif/MIFElement.java b/src/sandbox/org/apache/fop/render/mif/MIFElement.java index b0aa7d5f5..098eab470 100644 --- a/src/sandbox/org/apache/fop/render/mif/MIFElement.java +++ b/src/sandbox/org/apache/fop/render/mif/MIFElement.java @@ -34,15 +34,15 @@ public class MIFElement { /** name */ protected String name; /** value string */ - protected String valueStr = null; + protected String valueStr; /** value elements */ - protected List valueElements = null; + protected List valueElements; /** true if started */ - protected boolean started = false; + protected boolean started; /** true if finishing */ - protected boolean finish = false; + protected boolean finish; /** true if finished */ - protected boolean finished = false; + protected boolean finished; /** * @param name a name |