- Took care of javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2004-05-11 17:12:29 +00:00
parent 7e5763e5ca
commit 30c553aedc
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ public class FilterIndexReader extends IndexReader {
* Directory locking for delete, undeleteAll, and setNorm operations is
* left to the base reader.</p>
* <p>Note that base reader is closed if this FilterIndexReader is closed.</p>
* @param in specified base reader.
* @param baseReader specified base reader.
*/
public FilterIndexReader(IndexReader baseReader) {
super(baseReader.directory());

View File

@ -43,7 +43,7 @@ public class MultiReader extends IndexReader {
* Directory locking for delete, undeleteAll, and setNorm operations is
* left to the subreaders. </p>
* <p>Note that all subreaders are closed if this Multireader is closed.</p>
* @param readers set of (sub)readers
* @param subReaders set of (sub)readers
* @throws IOException
*/
public MultiReader(IndexReader[] subReaders) throws IOException {