Skip to content

Commit 1fc8de0

Browse files
committed
Remove useless suppress warning
Keep the SWT workspace with a bit less warnings.
1 parent 89f0bcc commit 1fc8de0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug569468_GtkLafSync.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2021 Nikita Nemkin
2+
* Copyright (c) 2021, 2025 Nikita Nemkin and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -63,7 +63,6 @@ static Shell createShell(Display display) {
6363
e.printStackTrace();
6464
}
6565
int[] counter1 = new int[1];
66-
@SuppressWarnings("serial")
6766
JButton button1 = new JButton("Swing Button #9999") {
6867

6968
@Override

0 commit comments

Comments
 (0)