--- old/modules/controls/src/main/java/javafx/scene/control/TreeTableView.java 2016-05-26 13:00:49.710090253 +0300 +++ new/modules/controls/src/main/java/javafx/scene/control/TreeTableView.java 2016-05-26 13:00:49.089780253 +0300 @@ -3497,7 +3497,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. */