--- old/modules/javafx.controls/src/main/java/javafx/scene/control/SingleSelectionModel.java 2017-03-09 14:44:28.910173755 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/SingleSelectionModel.java 2017-03-09 14:44:28.802173753 -0800 @@ -84,7 +84,7 @@ /** *

This method will return true if the given index is the currently - * selected index in this SingleSelectionModel.. + * selected index in this SingleSelectionModel. * * @param index The index to check as to whether it is currently selected * or not.