--- old/modules/javafx.base/src/main/java/javafx/beans/binding/When.java 2016-08-08 12:10:11.000000000 -0700 +++ new/modules/javafx.base/src/main/java/javafx/beans/binding/When.java 2016-08-08 12:10:11.000000000 -0700 @@ -861,6 +861,7 @@ * Defines the {@link javafx.beans.value.ObservableObjectValue} which value * is returned by the ternary expression if the condition is {@code true}. * + * @param the type of the wrapped {@code Object} * @param thenValue * the value * @return the intermediate result which still requires the otherwise-branch @@ -876,6 +877,7 @@ * Defines a constant value of the ternary expression, that is returned if * the condition is {@code true}. * + * @param the type of the wrapped {@code Object} * @param thenValue * the value * @return the intermediate result which still requires the otherwise-branch