Skip to content

Commit d942b1d

Browse files
committed
SWT Javadoc bash for 4.38
Fixes #2788
1 parent 63d5582 commit d942b1d

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ Point computeNativeSize (long h, int wHint, int hHint, boolean changed) {
494494
* <p>
495495
* The current selection is copied to the clipboard.
496496
* </p>
497+
*
497498
* @exception SWTException <ul>
498499
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
499500
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
@@ -1941,12 +1942,7 @@ long paintSurface () {
19411942
* The selected text is deleted from the widget
19421943
* and new text inserted from the clipboard.
19431944
* </p>
1944-
* <p>
1945-
* <strong>Note:</strong> Pasting data to controls may occurs asynchronously. The widget
1946-
* text may not reflect the updated value immediately after calling this method.
1947-
* The new text will appear once pending events are processed in the event loop.
1948-
* Use {@link Display#asyncExec(Runnable)} before accessing <code>getText()</code>.
1949-
* </p>
1945+
*
19501946
* @exception SWTException <ul>
19511947
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
19521948
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>

bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ Rectangle computeTrimInPixels (int x, int y, int width, int height) {
739739
* <p>
740740
* The current selection is copied to the clipboard.
741741
* </p>
742+
*
742743
* @exception SWTException <ul>
743744
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
744745
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
@@ -2095,12 +2096,7 @@ long paintWindow () {
20952096
* The selected text is deleted from the widget
20962097
* and new text inserted from the clipboard.
20972098
* </p>
2098-
* <p>
2099-
* <strong>Note:</strong> Pasting data to controls may occurs asynchronously. The widget
2100-
* text may not reflect the updated value immediately after calling this method.
2101-
* The new text will appear once pending events are processed in the event loop.
2102-
* Use {@link Display#asyncExec(Runnable)} before accessing <code>getText()</code>.
2103-
* </p>
2099+
*
21042100
* @exception SWTException <ul>
21052101
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
21062102
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>

0 commit comments

Comments
 (0)