Skip to content

Commit 4bc9b4f

Browse files
committed
Update debugging infos
1 parent 5474c95 commit 4bc9b4f

File tree

3 files changed

+58
-150
lines changed

3 files changed

+58
-150
lines changed

binaries/org.eclipse.swt.gtk.linux.x86_64/.settings/.api_filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<message_argument value="onWake"/>
88
</message_arguments>
99
</filter>
10+
<filter id="336658481">
11+
<message_arguments>
12+
<message_argument value="org.eclipse.swt.custom.BusyIndicator"/>
13+
<message_argument value="onWakeError"/>
14+
</message_arguments>
15+
</filter>
1016
</resource>
1117
<resource path="Eclipse SWT/common/org/eclipse/swt/graphics/ImageDataAtSizeProvider.java" type="org.eclipse.swt.graphics.ImageDataAtSizeProvider">
1218
<filter comment="Adding API filter to mark ImageDataAtSizeProvider as referenceable" id="403804204">

bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BusyIndicator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public class BusyIndicator {
3535
static final String BUSYID_NAME = "SWT BusyIndicator"; //$NON-NLS-1$
3636
static final String BUSY_CURSOR = "SWT BusyIndicator Cursor"; //$NON-NLS-1$
3737
/**
38-
* @since 3.133
38+
* @noreference This field is not intended to be referenced by clients.
3939
*/
4040
public static Runnable onWake;
4141
/**
42-
* @since 3.133
42+
* @noreference This field is not intended to be referenced by clients.
4343
*/
4444
public static Consumer<Exception> onWakeError;
4545

0 commit comments

Comments
 (0)