fix javaodcs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-05-29 10:19:40 +00:00
parent ef0b065bc2
commit c2150e86a9
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import org.apache.lucene.store.*;
by wrapping composite readers with {@link SlowCompositeReaderWrapper}.
<p>IndexReader instances for indexes on disk are usually constructed
with a call to one of the static <code>DirectoryReader,open()</code> methods,
with a call to one of the static <code>DirectoryReader.open()</code> methods,
e.g. {@link DirectoryReader#open(Directory)}. {@link DirectoryReader} implements
the {@code CompositeReader} interface, it is not possible to directly get postings.
<p> Concrete subclasses of IndexReader are usually constructed with a call to

View File

@ -52,7 +52,7 @@ import org.apache.lucene.util.ReaderUtil; // for javadocs
</ul>
<p>IndexReader instances for indexes on disk are usually constructed
with a call to one of the static <code>DirectoryReader,open()</code> methods,
with a call to one of the static <code>DirectoryReader.open()</code> methods,
e.g. {@link DirectoryReader#open(Directory)}. {@link DirectoryReader} implements
the {@link CompositeReader} interface, it is not possible to directly get postings.