Skip to content

Commit 30797bd

Browse files
committed
Remove needless SuppressWarning in a test
1 parent 111fa09 commit 30797bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2022 Mat Booth and others.
2+
* Copyright (c) 2022, 2025 Mat Booth and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -44,7 +44,6 @@
4444
*
4545
* For details see: {@code https://github.com/eclipse-platform/eclipse.platform.swt/issues/445}.
4646
*/
47-
@SuppressWarnings("restriction")
4847
public class Issue0445_HiDPISmoothScaling {
4948

5049
public static void main(String[] args) {

0 commit comments

Comments
 (0)