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:
Uwe Schindler 2012-03-05 18:52:22 +00:00
parent 3d8b22ffd0
commit d7ab78593b
1 changed files with 0 additions and 2 deletions

View File

@ -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(