mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d359353970
commit
d77cde0c61
|
@ -21,7 +21,7 @@ import java.io.IOException;
|
||||||
import java.util.zip.CRC32;
|
import java.util.zip.CRC32;
|
||||||
import java.util.zip.Checksum;
|
import java.util.zip.Checksum;
|
||||||
|
|
||||||
/** Writes bytes through to a primary IndexOutput, computing
|
/** Reads bytes through to a primary IndexInput, computing
|
||||||
* checksum as it goes. Note that you cannot use seek().
|
* checksum as it goes. Note that you cannot use seek().
|
||||||
*
|
*
|
||||||
* @lucene.internal
|
* @lucene.internal
|
||||||
|
|
Loading…
Reference in New Issue