diff --git a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/CoordinateSystemMapperTests.java b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/CoordinateSystemMapperTests.java index 5fc56ba05d1..d2c8068877a 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/CoordinateSystemMapperTests.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/CoordinateSystemMapperTests.java @@ -26,7 +26,7 @@ import org.junit.jupiter.params.provider.*; @TestInstance(TestInstance.Lifecycle.PER_CLASS) -public class CoordinateSystemMapperTests { +class CoordinateSystemMapperTests { Supplier getMonitorConsumer; Monitor[] monitors; diff --git a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/DisplayWin32Test.java b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/DisplayWin32Test.java index a4a9605fb5b..043ddd3c748 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/DisplayWin32Test.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/DisplayWin32Test.java @@ -9,7 +9,7 @@ @ExtendWith(PlatformSpecificExecutionExtension.class) @ExtendWith(ResetMonitorSpecificScalingExtension.class) -public class DisplayWin32Test { +class DisplayWin32Test { @Test public void monitorSpecificScaling_activate() {