From d6662374deb208a4f9143a017aaeb0e154e9ca59 Mon Sep 17 00:00:00 2001 From: Aleksandar Kurtakov Date: Wed, 14 May 2025 08:57:55 +0300 Subject: [PATCH] Remove needless SuppressWarning in a test --- .../eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java b/tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java index ece91ecb8d4..4a7c419fca6 100644 --- a/tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java +++ b/tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2022 Mat Booth and others. + * Copyright (c) 2022, 2025 Mat Booth and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -44,7 +44,6 @@ * * For details see: {@code https://github.com/eclipse-platform/eclipse.platform.swt/issues/445}. */ -@SuppressWarnings("restriction") public class Issue0445_HiDPISmoothScaling { public static void main(String[] args) {