--- old/modules/javafx.base/src/main/java/javafx/beans/property/ReadOnlyDoubleProperty.java 2016-08-08 12:10:17.000000000 -0700 +++ new/modules/javafx.base/src/main/java/javafx/beans/property/ReadOnlyDoubleProperty.java 2016-08-08 12:10:17.000000000 -0700 @@ -78,6 +78,7 @@ * * Note: null values will be interpreted as 0.0 * + * @param The type of Number to be wrapped * @param property * The source {@code ReadOnlyProperty} * @return A {@code ReadOnlyDoubleProperty} that wraps the