jdk/src/share/classes/java/awt/dnd/DropTargetDragEvent.java
changeset 23588 b0269b21e313
parent 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/awt/dnd/DropTargetDragEvent.java	Thu Mar 27 17:11:28 2014 -0700
+++ b/jdk/src/share/classes/java/awt/dnd/DropTargetDragEvent.java	Fri Mar 28 14:33:53 2014 +0400
@@ -80,7 +80,7 @@
      * the location of the "Drag" <code>Cursor</code>'s hotspot
      * in the <code>Component</code>'s coordinates, the
      * user drop action, and the source drop actions.
-     * <P>
+     *
      * @param dtc        The DropTargetContext for this operation
      * @param cursorLocn The location of the "Drag" Cursor's
      * hotspot in Component coordinates
@@ -118,7 +118,7 @@
      * indicating the <code>Cursor</code>'s current
      * location within the <code>Component'</code>s
      * coordinates.
-     * <P>
+     *
      * @return the current cursor location in
      * <code>Component</code>'s coords.
      */
@@ -131,7 +131,7 @@
     /**
      * This method returns the current <code>DataFlavor</code>s from the
      * <code>DropTargetContext</code>.
-     * <P>
+     *
      * @return current DataFlavors from the DropTargetContext
      */
 
@@ -142,7 +142,7 @@
     /**
      * This method returns the current <code>DataFlavor</code>s
      * as a <code>java.util.List</code>
-     * <P>
+     *
      * @return a <code>java.util.List</code> of the Current <code>DataFlavor</code>s
      */
 
@@ -153,9 +153,9 @@
     /**
      * This method returns a <code>boolean</code> indicating
      * if the specified <code>DataFlavor</code> is supported.
-     * <P>
+     *
      * @param df the <code>DataFlavor</code> to test
-     * <P>
+     *
      * @return if a particular DataFlavor is supported
      */