From 7082dd9c9ab28760ad0148f50b8dd66bdb6622f7 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Mon, 2 Nov 2015 19:07:26 +0100 Subject: Bug 462633: Enable save actions for annotations Added missing @Override/@Deprecated in cocoa--- .../Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java | 1 + 1 file changed, 1 insertion(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT') diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java index 49eab7f89f..29fad5854f 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java +++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java @@ -374,6 +374,7 @@ public static Shell new_Shell(final Display display, final Canvas parent) { final Shell shell = Shell.cocoa_new (display, handle); final ComponentListener listener = new ComponentAdapter () { + @Override public void componentResized (ComponentEvent e) { display.asyncExec (new Runnable () { public void run () { -- cgit v1.2.3