--- old/modules/javafx.base/src/main/java/javafx/collections/ObservableIntegerArray.java 2016-08-08 12:10:28.000000000 -0700 +++ new/modules/javafx.base/src/main/java/javafx/collections/ObservableIntegerArray.java 2016-08-08 12:10:28.000000000 -0700 @@ -161,7 +161,7 @@ /** * Sets a single value in the array. Avoid using this method if many values - * are updated, use {@linkplain #setAll(int, int[], int, int)} update method + * are updated, use {@linkplain #set(int, int[], int, int)} update method * instead with as minimum number of invocations as possible. * @param index index of the value to set * @param value new value for the given index