diff options
author | Felipe Heidrich <fheidric> | 2011-02-11 14:58:59 +0000 |
---|---|---|
committer | Felipe Heidrich <fheidric> | 2011-02-11 14:58:59 +0000 |
commit | b6480ee038081c5289f57243ea355f47387c79cb (patch) | |
tree | 82111e7a634eb3ff4fd725dbf7f8025f7be1d536 /bundles | |
parent | 90d5fa14dc67e3febe9ec3a714329ba911cc2acf (diff) | |
download | eclipse.platform.swt-b6480ee038081c5289f57243ea355f47387c79cb.tar.gz eclipse.platform.swt-b6480ee038081c5289f57243ea355f47387c79cb.tar.xz eclipse.platform.swt-b6480ee038081c5289f57243ea355f47387c79cb.zip |
Bug 336810 - Display.getFocusControl() should mention 'null' in @return
Diffstat (limited to 'bundles')
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java index 8f5e3cf619..e42188647f 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java @@ -1809,7 +1809,7 @@ public int getDoubleClickTime () { * any of the controls built by the currently running * application. * - * @return the control under the cursor + * @return the control under the cursor or <code>null</code> * * @exception SWTException <ul> * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> |