Remove redundant modifiers

This commit is contained in:
Mahmoud Ben Hassine
2023-07-04 21:54:28 +02:00
parent 0a1cdb095f
commit f0137bc54c
16 changed files with 49 additions and 41 deletions

View File

@@ -212,7 +212,7 @@ public class StepScopeConfigurationTests {
}
public static interface ISimpleHolder {
public interface ISimpleHolder {
String call() throws Exception;