--- old/modules/javafx.base/src/main/java/javafx/beans/property/StringProperty.java 2016-08-08 12:10:20.000000000 -0700 +++ new/modules/javafx.base/src/main/java/javafx/beans/property/StringProperty.java 2016-08-08 12:10:20.000000000 -0700 @@ -96,6 +96,7 @@ * Create a bidirectional binding between this {@code StringProperty} and another * arbitrary property. Relies on an implementation of {@link StringConverter} for conversion. * + * @param the type of the wrapped {@code Object} * @param other * the other {@code Property} * @param converter