--- old/modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModel.java 2016-08-08 12:10:43.000000000 -0700 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModel.java 2016-08-08 12:10:43.000000000 -0700 @@ -148,7 +148,7 @@ *

Selects all indices from the given start index to the item before the * given end index. This means that the selection is inclusive of the start * index, and exclusive of the end index. This method will work regardless - * of whether start < end or start > end: the only constant is that the + * of whether start < end or start > end: the only constant is that the * index before the given end index will become the selected index. * *

If there is already one or more indices selected in this model, calling