Skip to content

Commit ffe6d67

Browse files
committed
fix nits/style
1 parent 58910f4 commit ffe6d67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2006, 2024, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2006, 2025, Oracle and/or its affiliates. All rights reserved.
2222
* Portions Copyright (c) 2017, 2020, Chris Fraire <[email protected]>.
2323
*/
2424
package org.opengrok.indexer.configuration;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
import static org.mockito.Mockito.when;
9191
import static org.opengrok.indexer.condition.RepositoryInstalled.Type.MERCURIAL;
9292
import static org.opengrok.indexer.history.LatestRevisionUtil.getLatestRevision;
93-
import static org.opengrok.indexer.web.messages.MessagesContainer.MESSAGES_MAIN_PAGE_TAG;
9493

9594
/**
9695
* Unit tests for the {@code PageConfig} class.

0 commit comments

Comments
 (0)