mirror of https://github.com/apache/lucene.git
Improve Javadoc (#12508)
Remove duplicated line. Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
This commit is contained in:
parent
b231e5b213
commit
ad0c9cca97
|
@ -188,8 +188,6 @@ public abstract class DataOutput {
|
||||||
*
|
*
|
||||||
* <p>This provides compression while still being efficient to decode.
|
* <p>This provides compression while still being efficient to decode.
|
||||||
*
|
*
|
||||||
* <p>This provides compression while still being efficient to decode.
|
|
||||||
*
|
|
||||||
* @param i Smaller values take fewer bytes. Negative numbers are supported, but should be
|
* @param i Smaller values take fewer bytes. Negative numbers are supported, but should be
|
||||||
* avoided.
|
* avoided.
|
||||||
* @throws IOException If there is an I/O error writing to the underlying medium.
|
* @throws IOException If there is an I/O error writing to the underlying medium.
|
||||||
|
|
Loading…
Reference in New Issue