Remove obsolete javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-01-21 12:50:25 +00:00
parent b383f4a044
commit 9b86beea98
1 changed files with 1 additions and 7 deletions

View File

@ -921,13 +921,7 @@ public abstract class IndexReader implements Closeable {
* If this method returns an empty array, that means this * If this method returns an empty array, that means this
* reader is a null reader (for example a MultiReader * reader is a null reader (for example a MultiReader
* that has no sub readers). * that has no sub readers).
* <p> */
* NOTE: You should not try using sub-readers returned by
* this method to make any changes (deleteDocument,
* etc.). While this might succeed for one composite reader
* (like MultiReader), it will most likely lead to index
* corruption for other readers (like DirectoryReader obtained
* through {@link #open}. Use the parent reader directly. */
public IndexReader[] getSequentialSubReaders() { public IndexReader[] getSequentialSubReaders() {
ensureOpen(); ensureOpen();
return null; return null;