--- old/modules/base/src/main/java/javafx/collections/transformation/TransformationList.java 2016-05-26 13:00:24.685584253 +0300 +++ new/modules/base/src/main/java/javafx/collections/transformation/TransformationList.java 2016-05-26 13:00:23.921202253 +0300 @@ -36,7 +36,7 @@ * elements, order, size or generally it's structure. * * If the source list is observable, a listener is automatically added to it - * and the events are delegated to {@link #onSourceChanged(javafx.collections.ListChangeListener.Change)} + * and the events are delegated to {@link #sourceChanged(javafx.collections.ListChangeListener.Change)} * * @param the type parameter of this list * @param the upper bound of the type of the source list