Skip to content

Commit 4b8c49e

Browse files
Vladimir Kotalahornace
authored andcommitted
fix comment
1 parent b3a1542 commit 4b8c49e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/search/SearchEngine.java

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

2020
/*
21-
* Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
2222
* Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
2323
*/
2424
package org.opengrok.indexer.search;
@@ -73,9 +73,8 @@
7373
import org.opengrok.indexer.web.ProjectHelper;
7474

7575
/**
76-
* This is an encapsulation of the details on how to search in the index
77-
* database.
78-
* This is used for searching from the command line tool and also via the JSON interface.
76+
* This is an encapsulation of the details on how to search in the index database.
77+
* This is used for searching via the REST API.
7978
*
8079
* @author Trond Norbye 2005
8180
* @author Lubos Kosco - upgrade to lucene 3.x, 4.x, 5.x

0 commit comments

Comments
 (0)