--- old/modules/javafx.graphics/src/main/java/javafx/scene/input/MouseEvent.java 2016-08-08 12:11:05.000000000 -0700 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/input/MouseEvent.java 2016-08-08 12:11:04.000000000 -0700 @@ -283,8 +283,8 @@ /** * 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 newSource the new source of the copied event + * @param newTarget the new target of the copied event * @param eventType the new eventType * @return the event copy with the fields substituted * @since JavaFX 8.0