File tree Expand file tree Collapse file tree 3 files changed +58
-150
lines changed
binaries/org.eclipse.swt.gtk.linux.x86_64/.settings
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit Expand file tree Collapse file tree 3 files changed +58
-150
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments