< prev index next >

modules/controls/src/main/java/javafx/scene/chart/ValueAxis.java

Print this page

        

@@ -249,11 +249,11 @@
         minorTickPath.getStyleClass().add("axis-minor-tick-mark");
         getChildren().add(minorTickPath);
     }
 
     /**
-     * Create a non-auto-ranging ValueAxis with the given upper & lower bound
+     * Create a non-auto-ranging ValueAxis with the given upper &amp; lower bound
      *
      * @param lowerBound The lower bound for this axis, ie min plottable value
      * @param upperBound The upper bound for this axis, ie max plottable value
      */
     public ValueAxis(double lowerBound, double upperBound) {
< prev index next >