Commit caa63ec0 authored by Nico Mack's avatar Nico Mack

Minor API fix

parent 9adb3e93
...@@ -236,7 +236,7 @@ public class SegmentedArcGraphProperties extends SegmentedArcProperties implemen ...@@ -236,7 +236,7 @@ public class SegmentedArcGraphProperties extends SegmentedArcProperties implemen
*/ */
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
public boolean hasScaleColour() { public boolean hasScale() {
return (scalePair != null); return (scalePair != null);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment