--- old/modules/javafx.graphics/src/main/java/javafx/scene/Node.java 2017-08-04 12:30:09.000000000 +1200 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/Node.java 2017-08-04 12:30:09.000000000 +1200 @@ -2426,7 +2426,7 @@ /** * Defines a function to be called when the mouse button is released * on this {@code Node} during drag and drop gesture. Transfer of data from - * the {@link DragEvent}'s {@link DragEvent#dragboard dragboard} should + * the {@link DragEvent}'s {@link DragEvent#getDragboard() dragboard} should * happen in this function. * @return the event handler that is called when the mouse button is * released on this {@code Node}