summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2003-11-25 21:05:47 +0000
committerSilenio Quarti <silenio>2003-11-25 21:05:47 +0000
commitd93af4091951c2e87825b95ce647f7cfe3779c5d (patch)
treebadd832cb8f53f871a3af13afef1f90192921c14 /bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org
parent0ebff91ff095a145cdb69f96238dccf34632c7ab (diff)
downloadeclipse.platform.swt-d93af4091951c2e87825b95ce647f7cfe3779c5d.tar.gz
eclipse.platform.swt-d93af4091951c2e87825b95ce647f7cfe3779c5d.tar.xz
eclipse.platform.swt-d93af4091951c2e87825b95ce647f7cfe3779c5d.zip
SWT_AWT api
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java (renamed from bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/internal/awt/SWT_AWT.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/internal/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java
index 9c2b01e769..5179698d76 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/internal/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-package org.eclipse.swt.internal.awt;
+package org.eclipse.swt.awt;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;