summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2012-03-09 11:05:41 -0500
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-09 11:05:41 -0500
commit4d842d1e7eb2ec23c4528724847e2f2c39595e7d (patch)
treea04b34f6e79f9462acf4caa80a4760e27d669ee6 /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop
parent65025a7edc821ab692899a998f097ee59dcca651 (diff)
downloadeclipse.platform.swt-4d842d1e7eb2ec23c4528724847e2f2c39595e7d.tar.gz
eclipse.platform.swt-4d842d1e7eb2ec23c4528724847e2f2c39595e7d.tar.xz
eclipse.platform.swt-4d842d1e7eb2ec23c4528724847e2f2c39595e7d.zip
Bug 373794 - Malformed Javadoc comments
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java
index 8c2cb5914b..de49fd6296 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java
@@ -11,7 +11,7 @@
package org.eclipse.swt.dnd;
-import org.eclipse.swt.SWT;
+import org.eclipse.swt.*;
import org.eclipse.swt.internal.Converter;
import org.eclipse.swt.internal.gtk.GtkSelectionData;
import org.eclipse.swt.internal.gtk.OS;