Improve Javadoc (#12508)

Remove duplicated line.

Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
This commit is contained in:
Lukáš Vlček 2023-12-01 17:45:17 +01:00 committed by GitHub
parent b231e5b213
commit ad0c9cca97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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.