< prev index next >

modules/javafx.base/src/main/java/javafx/collections/transformation/FilteredList.java

Print this page
rev 10292 : 8173385: spelling errors in JavaFX javadoc
Reviewed-by: aghaisas

@@ -38,11 +38,11 @@
 import javafx.beans.property.ObjectPropertyBase;
 import javafx.collections.ListChangeListener.Change;
 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.
  *
  * @see TransformationList
  * @since JavaFX 8.0
< prev index next >