mirror of https://github.com/apache/lucene.git
Add a javadoc class header to ReaderUtils
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20f47b453b
commit
6c0b8fcb4c
|
@ -22,6 +22,10 @@ import java.util.List;
|
||||||
|
|
||||||
import org.apache.lucene.index.IndexReader;
|
import org.apache.lucene.index.IndexReader;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Common util methods for dealing with {@link IndexReader}s.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class ReaderUtil {
|
public class ReaderUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue