summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2010-12-22 14:30:36 +0000
committerFelipe Heidrich <fheidric>2010-12-22 14:30:36 +0000
commit11b6b18de02756e2f7505c5c1657c3724524ab0b (patch)
tree4a67eae09b3337f0e570cfcd1b4303b2b6b11fbb /bundles
parent1641f7653a62e166f9c0a149190b5cab490d15c3 (diff)
downloadeclipse.platform.swt-11b6b18de02756e2f7505c5c1657c3724524ab0b.tar.gz
eclipse.platform.swt-11b6b18de02756e2f7505c5c1657c3724524ab0b.tar.xz
eclipse.platform.swt-11b6b18de02756e2f7505c5c1657c3724524ab0b.zip
Bug 333086 - javadoc warning in N20101221-2000 wrt SWT
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java8
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java3
2 files changed, 6 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index c32307c84c..7d4f23c267 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -739,10 +739,10 @@ public class SWT {
*
* @see org.eclipse.swt.widgets.Display#addListener
* @see org.eclipse.swt.widgets.Event
- * @see org.eclipse.swt.widgets.SWT#GESTURE_MAGNIFY
- * @see org.eclipse.swt.widgets.SWT#GESTURE_PAN
- * @see org.eclipse.swt.widgets.SWT#GESTURE_ROTATE
- * @see org.eclipse.swt.widgets.SWT#GESTURE_SWIPE
+ * @see SWT#GESTURE_MAGNIFY
+ * @see SWT#GESTURE_PAN
+ * @see SWT#GESTURE_ROTATE
+ * @see SWT#GESTURE_SWIPE
*
* @since 3.7
*/
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java
index 5b50c94760..56bb0ef4f6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java
@@ -38,7 +38,8 @@ public class GestureEvent extends TypedEvent {
/**
* The gesture type.
* <p><ul>
- * <li>{@link org.eclipse.swt.SWT#GESTURE_NONE}</li>
+ * <li>{@link org.eclipse.swt.SWT#GESTURE_BEGIN}</li>
+ * <li>{@link org.eclipse.swt.SWT#GESTURE_END}</li>
* <li>{@link org.eclipse.swt.SWT#GESTURE_MAGNIFY}</li>
* <li>{@link org.eclipse.swt.SWT#GESTURE_PAN}</li>
* <li>{@link org.eclipse.swt.SWT#GESTURE_ROTATE}</li>