src/share/classes/java/awt/event/MouseMotionListener.java

Print this page

        

@@ -58,13 +58,13 @@
      * dragged.  <code>MOUSE_DRAGGED</code> events will continue to be
      * delivered to the component where the drag originated until the
      * mouse button is released (regardless of whether the mouse position
      * is within the bounds of the component).
      * <p>
-     * Due to platform-dependent Drag&Drop implementations,
+     * Due to platform-dependent Drag&amp;Drop implementations,
      * <code>MOUSE_DRAGGED</code> events may not be delivered during a native
-     * Drag&Drop operation.
+     * Drag&amp;Drop operation.
      */
     public void mouseDragged(MouseEvent e);
 
     /**
      * Invoked when the mouse cursor has been moved onto a component