summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2010-12-21 15:08:10 +0000
committerSilenio Quarti <silenio>2010-12-21 15:08:10 +0000
commit0f6611592ddada78ae48830554629f537c3212bc (patch)
tree641bb95268c8bb06c6de01eea561c223f928ce5c /bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
parent57a31388c40b3b2c0bbd634200db5c5604f23776 (diff)
downloadeclipse.platform.swt-0f6611592ddada78ae48830554629f537c3212bc.tar.gz
eclipse.platform.swt-0f6611592ddada78ae48830554629f537c3212bc.tar.xz
eclipse.platform.swt-0f6611592ddada78ae48830554629f537c3212bc.zip
Removed comments are not complete (x, y, stateMask are also valid). These are well explained in GestureEvent, it does not have to be done here.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java9
1 files changed, 3 insertions, 6 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 b29f8e05eb..c32307c84c 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
@@ -958,8 +958,7 @@ public class SWT {
/**
* Gesture event detail field value indicating that a
- * swipe gesture has happened. Only the xDirection
- * and yDirection fields of the event are valid.
+ * swipe gesture has happened.
*
* @since 3.7
*/
@@ -967,8 +966,7 @@ public class SWT {
/**
* Gesture event detail field value indicating that a
- * magnification gesture has happened. Only the magnification
- * field of the event is valid.
+ * magnification gesture has happened.
*
* @since 3.7
*/
@@ -976,8 +974,7 @@ public class SWT {
/**
* Gesture event detail field value indicating that a
- * panning (two-finger scroll) gesture has happened. Only the
- * xDirection and yDirection fields of the event are valid.
+ * panning (two-finger scroll) gesture has happened.
*
* @since 3.7
*/