< prev index next >

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

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

@@ -39,11 +39,11 @@
 import javafx.beans.property.ObjectPropertyBase;
 import javafx.collections.ListChangeListener.Change;
 import javafx.collections.ObservableList;
 
 /**
- * Wraps an ObservableList and sorts it's content.
+ * Wraps an ObservableList and sorts its content.
  * All changes in the ObservableList are propagated immediately
  * to the SortedList.
  *
  * Note: invalid SortedList (as a result of broken comparison) doesn't send any notification to listeners on becoming
  * valid again.
< prev index next >