Skip to content

Commit 6bfa942

Browse files
committed
fix nits
1 parent cce4eb5 commit 6bfa942

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

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

2020
/*
21-
* Copyright (c) 2006, 2021, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2006, 2022, 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;
@@ -53,7 +53,6 @@
5353

5454
import jakarta.ws.rs.client.ClientBuilder;
5555
import jakarta.ws.rs.client.Entity;
56-
import jakarta.ws.rs.core.HttpHeaders;
5756
import jakarta.ws.rs.core.Response;
5857
import org.apache.lucene.index.IndexReader;
5958
import org.apache.lucene.index.MultiReader;
@@ -62,7 +61,6 @@
6261
import org.apache.lucene.store.Directory;
6362
import org.apache.lucene.store.FSDirectory;
6463
import org.apache.lucene.util.NamedThreadFactory;
65-
import org.jetbrains.annotations.NotNull;
6664
import org.opengrok.indexer.authorization.AuthorizationFramework;
6765
import org.opengrok.indexer.authorization.AuthorizationStack;
6866
import org.opengrok.indexer.history.HistoryGuru;

opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.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) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2008, 2022, Oracle and/or its affiliates. All rights reserved.
2222
* Portions Copyright (c) 2017, 2020, Chris Fraire <[email protected]>.
2323
*/
2424
package org.opengrok.indexer.index;

0 commit comments

Comments
 (0)