We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ee049 commit e7ea1c2Copy full SHA for e7ea1c2
opengrok-web/src/test/java/org/opengrok/web/PageConfigTest.java
@@ -80,7 +80,7 @@ class PageConfigTest {
80
private static TestRepository repository = new TestRepository();
81
82
@BeforeAll
83
- public static void setUpClass() throws Exception {
+ static void setUpClass() throws Exception {
84
RuntimeEnvironment env = RuntimeEnvironment.getInstance();
85
env.setHistoryEnabled(true);
86
0 commit comments