--- old/modules/controls/src/main/java/javafx/scene/control/TableView.java 2016-05-26 13:00:44.799636253 +0300 +++ new/modules/controls/src/main/java/javafx/scene/control/TableView.java 2016-05-26 13:00:44.215344253 +0300 @@ -3215,7 +3215,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. */