--- old/modules/javafx.graphics/src/main/java/javafx/scene/input/TouchEvent.java 2016-08-08 12:11:08.000000000 -0700 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/input/TouchEvent.java 2016-08-08 12:11:08.000000000 -0700 @@ -129,7 +129,6 @@ * @param controlDown true if control modifier was pressed. * @param altDown true if alt modifier was pressed. * @param metaDown true if meta modifier was pressed. - * @param direct true if the event was caused by direct input device. See {@link #isDirect() } * @since JavaFX 8.0 */ public TouchEvent(@NamedArg("eventType") EventType eventType, @@ -176,9 +175,9 @@ /** * Creates a copy of the given event with the given fields substituted. - * @param source the new source of the copied event - * @param target the new target of the copied event - * @param eventType the new eventType + * @param newSource the new source of the copied event + * @param newTarget the new target of the copied event + * @param type the new eventType * @return the event copy with the fields substituted * @since JavaFX 8.0 */