From b2b07a82be6fdafc544f42419719ff3a56c1efcb Mon Sep 17 00:00:00 2001 From: Steve Northover Date: Fri, 17 May 2002 03:56:01 +0000 Subject: 7734 --- .../Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java | 4 +++- .../Eclipse SWT/common/org/eclipse/swt/widgets/Event.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT') 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; diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Event.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Event.java index b050772fa6..1db4e0ef2b 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Event.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Event.java @@ -33,7 +33,9 @@ public class Event { public int type; /** - * the display that the event occurred on + * the display where the event occurred + * + * @since 2.0 */ public Display display; -- cgit