summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/CalcHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/CalcHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/CalcHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/CalcHelper.java b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
index ca9ea94438d3..50364bdc0fbd 100644
--- a/odk/examples/DevelopersGuide/Charts/CalcHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
@@ -339,8 +339,8 @@ public class CalcHelper
// __________ private members and methods __________
- private final String msDataSheetName = "Data";
- private final String msChartSheetName = "Chart";
+ private static final String msDataSheetName = "Data";
+ private static final String msChartSheetName = "Chart";
private XSpreadsheetDocument maSpreadSheetDoc;