--- a/jdk/src/share/classes/java/awt/dnd/DropTarget.java Mon Sep 23 21:24:34 2013 +0400
+++ b/jdk/src/share/classes/java/awt/dnd/DropTarget.java Tue Sep 24 12:25:50 2013 +0400
@@ -305,7 +305,7 @@
* <P>
* @param dtl The new <code>DropTargetListener</code>
* <P>
- * @throws <code>TooManyListenersException</code> if a
+ * @throws TooManyListenersException if a
* <code>DropTargetListener</code> is already added to this
* <code>DropTarget</code>.
*/
@@ -844,7 +844,7 @@
int actions = DnDConstants.ACTION_COPY_OR_MOVE;
/**
- * <code>true</code> if the DropTarget is accepting Drag & Drop operations.
+ * <code>true</code> if the DropTarget is accepting Drag & Drop operations.
*
* @serial
*/