Skip to content

Commit bbe3fbe

Browse files
committed
Sonar fix: Remove public modifier from test method
1 parent 497f146 commit bbe3fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-rng-simple/src/test/java/org/apache/commons/rng/simple/ThreadLocalRandomSourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ThreadLocalRandomSourceTest {
4040
private static EnumSet<RandomSource> toIgnore;
4141

4242
@BeforeAll
43-
public static void createToIgnoreSet() {
43+
static void createToIgnoreSet() {
4444
toIgnore = EnumSet.of(RandomSource.TWO_CMRES_SELECT);
4545
}
4646

0 commit comments

Comments
 (0)