--- old/modules/javafx.base/src/main/java/javafx/collections/transformation/FilteredList.java 2017-01-30 10:26:57.000000000 +1300 +++ new/modules/javafx.base/src/main/java/javafx/collections/transformation/FilteredList.java 2017-01-30 10:26:56.000000000 +1300 @@ -40,7 +40,7 @@ import javafx.collections.ObservableList; /** - * Wraps an ObservableList and filters it's content using the provided Predicate. + * Wraps an ObservableList and filters its content using the provided Predicate. * All changes in the ObservableList are propagated immediately * to the FilteredList. *