We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f0bcc commit 1fc8de0Copy full SHA for 1fc8de0
tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug569468_GtkLafSync.java
@@ -1,5 +1,5 @@
1
/*******************************************************************************
2
- * Copyright (c) 2021 Nikita Nemkin
+ * Copyright (c) 2021, 2025 Nikita Nemkin and others.
3
*
4
* This program and the accompanying materials
5
* are made available under the terms of the Eclipse Public License 2.0
@@ -63,7 +63,6 @@ static Shell createShell(Display display) {
63
e.printStackTrace();
64
}
65
int[] counter1 = new int[1];
66
- @SuppressWarnings("serial")
67
JButton button1 = new JButton("Swing Button #9999") {
68
69
@Override
0 commit comments