Skip to content

Commit e7ea1c2

Browse files
committed
remove redundant public modifier
1 parent 14ee049 commit e7ea1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/test/java/org/opengrok/web/PageConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class PageConfigTest {
8080
private static TestRepository repository = new TestRepository();
8181

8282
@BeforeAll
83-
public static void setUpClass() throws Exception {
83+
static void setUpClass() throws Exception {
8484
RuntimeEnvironment env = RuntimeEnvironment.getInstance();
8585
env.setHistoryEnabled(true);
8686

0 commit comments

Comments
 (0)