--- old/src/share/classes/java/awt/event/MouseMotionListener.java 2013-09-23 12:23:24.289168879 +0400 +++ new/src/share/classes/java/awt/event/MouseMotionListener.java 2013-09-23 12:23:24.177168887 +0400 @@ -60,9 +60,9 @@ * mouse button is released (regardless of whether the mouse position * is within the bounds of the component). *

- * Due to platform-dependent Drag&Drop implementations, + * Due to platform-dependent Drag&Drop implementations, * MOUSE_DRAGGED events may not be delivered during a native - * Drag&Drop operation. + * Drag&Drop operation. */ public void mouseDragged(MouseEvent e);