--- old/modules/controls/src/main/java/javafx/scene/control/FocusModel.java 2016-05-26 13:00:38.316396253 +0300 +++ new/modules/controls/src/main/java/javafx/scene/control/FocusModel.java 2016-05-26 13:00:37.752114253 +0300 @@ -134,7 +134,7 @@ * Causes the item at the given index to receive the focus. This does not * cause the current selection to change. Updates the focusedItem and * focusedIndex properties such that focusedIndex = -1 unless - * 0 <= index < model size. + * 0 <= index < model size. * * @param index The index of the item to get focus. */