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