diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/CalcHelper.java')
-rw-r--r-- | odk/examples/DevelopersGuide/Charts/CalcHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/CalcHelper.java b/odk/examples/DevelopersGuide/Charts/CalcHelper.java index 5d8a80061181..fa02dc398ac0 100644 --- a/odk/examples/DevelopersGuide/Charts/CalcHelper.java +++ b/odk/examples/DevelopersGuide/Charts/CalcHelper.java @@ -281,7 +281,7 @@ public class CalcHelper int nCol, nRow; double fValue; - double fFactor = 2.0 * java.lang.Math.PI / (nRowCount - 1); + double fFactor = 2.0 * Math.PI / (nRowCount - 1); String aFormula; // set variable factor for cos formula |