--- old/modules/graphics/src/main/java/javafx/scene/input/DragEvent.java 2016-05-26 13:02:08.353392253 +0300 +++ new/modules/graphics/src/main/java/javafx/scene/input/DragEvent.java 2016-05-26 13:02:07.340886253 +0300 @@ -427,9 +427,9 @@ /** * Creates a copy of the given drag 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 source source of the copied event + * @param target target of the copied event + * @param type type of event * @return the event copy with the fields * @since JavaFX 8.0 */