jdk/src/share/classes/java/awt/dnd/DropTargetEvent.java
changeset 23588 b0269b21e313
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/java/awt/dnd/DropTargetEvent.java	Thu Mar 27 17:11:28 2014 -0700
+++ b/jdk/src/share/classes/java/awt/dnd/DropTargetEvent.java	Fri Mar 28 14:33:53 2014 +0400
@@ -47,7 +47,7 @@
     /**
      * Construct a <code>DropTargetEvent</code> object with
      * the specified <code>DropTargetContext</code>.
-     * <P>
+     *
      * @param dtc The <code>DropTargetContext</code>
      * @throws NullPointerException if {@code dtc} equals {@code null}.
      * @see #getSource()
@@ -63,7 +63,7 @@
     /**
      * This method returns the <code>DropTargetContext</code>
      * associated with this <code>DropTargetEvent</code>.
-     * <P>
+     *
      * @return the <code>DropTargetContext</code>
      */