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:
Mark Robert Miller 2009-08-20 15:46:52 +00:00
parent 20f47b453b
commit 6c0b8fcb4c
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ import java.util.List;
import org.apache.lucene.index.IndexReader;
/**
* Common util methods for dealing with {@link IndexReader}s.
*
*/
public class ReaderUtil {
/**