Fixing Javadoc warnings to make javadocs-all succeed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Høydahl 2012-06-28 08:56:18 +00:00
parent 8107cff79c
commit e709e713d2
1 changed files with 1 additions and 8 deletions

View File

@ -38,13 +38,6 @@ public class BBoxSimilarityValueSource extends ValueSource {
private final BBoxFieldInfo field;
private final BBoxSimilarity similarity;
/**
* Constructor.
*
* @param queryEnvelope the query envelope
* @param queryPower the query power (scoring algorithm)
* @param targetPower the target power (scoring algorithm)
*/
public BBoxSimilarityValueSource(BBoxSimilarity similarity, BBoxFieldInfo field) {
this.similarity = similarity;
this.field = field;
@ -64,7 +57,7 @@ public class BBoxSimilarityValueSource extends ValueSource {
/**
* Returns the DocValues used by the function query.
*
* @param reader the index reader
* @param readerContext the AtomicReaderContext which holds an AtomicReader
* @return the values
*/
@Override