summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events
diff options
context:
space:
mode:
authorSteve Northover <steve>2002-05-17 03:56:01 +0000
committerSteve Northover <steve>2002-05-17 03:56:01 +0000
commitb2b07a82be6fdafc544f42419719ff3a56c1efcb (patch)
treea52474663e2eab6c0837fa061b8c28fca3e94a42 /bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events
parentb09d85431c1af82b0de2881a1e33c1c39594fb4b (diff)
downloadeclipse.platform.swt-b2b07a82be6fdafc544f42419719ff3a56c1efcb.tar.gz
eclipse.platform.swt-b2b07a82be6fdafc544f42419719ff3a56c1efcb.tar.xz
eclipse.platform.swt-b2b07a82be6fdafc544f42419719ff3a56c1efcb.zip
7734
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java
index 4157253d5b..3d7b0ca684 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java
@@ -18,7 +18,9 @@ import org.eclipse.swt.internal.SWTEventObject;
public class TypedEvent extends SWTEventObject {
/**
- * the display that the event occurred in
+ * the display where the event occurred
+ *
+ * @since 2.0
*/
public Display display;