Skip to content

Commit 87276bc

Browse files
committed
6690021: typos in TransferHandler Javadoc
Reviewed-by: jdv
1 parent dd36d8c commit 87276bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/javax/swing/TransferHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public DropLocation getDropLocation() {
379379
* for the transfer - which must represent a drop. This is applicable to
380380
* those components that automatically
381381
* show the drop location when appropriate during a drag and drop
382-
* operation). By default, the drop location is shown only when the
382+
* operation. By default, the drop location is shown only when the
383383
* {@code TransferHandler} has said it can accept the import represented
384384
* by this {@code TransferSupport}. With this method you can force the
385385
* drop location to always be shown, or always not be shown.

0 commit comments

Comments
 (0)