summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/ChartInWriter.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInWriter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
index 124616db46be..940a8cfc056b 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
@@ -155,6 +155,6 @@ public class ChartInWriter
// private members
- private XChartDocument maChartDocument;
- private XDiagram maDiagram;
+ private final XChartDocument maChartDocument;
+ private final XDiagram maDiagram;
}