mirror of https://github.com/apache/lucene.git
Fix javadocs-warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d8b22ffd0
commit
d7ab78593b
|
@ -88,7 +88,6 @@ public class CheckHits {
|
|||
* @param searcher the searcher to test the query against
|
||||
* @param defaultFieldName used for displaying the query in assertion messages
|
||||
* @param results a list of documentIds that must match the query
|
||||
* @see Searcher#search(Query,Collector)
|
||||
* @see #checkHits
|
||||
*/
|
||||
public static void checkHitCollector(Random random, Query query, String defaultFieldName,
|
||||
|
@ -152,7 +151,6 @@ public class CheckHits {
|
|||
* @param searcher the searcher to test the query against
|
||||
* @param defaultFieldName used for displaing the query in assertion messages
|
||||
* @param results a list of documentIds that must match the query
|
||||
* @see Searcher#search(Query, int)
|
||||
* @see #checkHitCollector
|
||||
*/
|
||||
public static void checkHits(
|
||||
|
|
Loading…
Reference in New Issue