From bda40068fc509e4c56c0356723b511e5aee9683f Mon Sep 17 00:00:00 2001 From: Jan Bernitt Date: Wed, 15 Nov 2023 13:36:12 +0100 Subject: [PATCH] fix: sonar warnings --- .../controller/JobConfigurationRunErrorsControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/JobConfigurationRunErrorsControllerTest.java b/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/JobConfigurationRunErrorsControllerTest.java index f05808e3eee2..0a4971250222 100644 --- a/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/JobConfigurationRunErrorsControllerTest.java +++ b/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/JobConfigurationRunErrorsControllerTest.java @@ -49,7 +49,7 @@ * * @author Jan Bernitt */ -public class JobConfigurationRunErrorsControllerTest extends DhisControllerIntegrationTest { +class JobConfigurationRunErrorsControllerTest extends DhisControllerIntegrationTest { private String jobId;