From ad0c9cca9792a6525d4955f5be8cf787bb9f7774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Fri, 1 Dec 2023 17:45:17 +0100 Subject: [PATCH] Improve Javadoc (#12508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove duplicated line. Signed-off-by: Lukáš Vlček --- lucene/core/src/java/org/apache/lucene/store/DataOutput.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/lucene/core/src/java/org/apache/lucene/store/DataOutput.java b/lucene/core/src/java/org/apache/lucene/store/DataOutput.java index 27c4a424016..be5fbf76b4a 100644 --- a/lucene/core/src/java/org/apache/lucene/store/DataOutput.java +++ b/lucene/core/src/java/org/apache/lucene/store/DataOutput.java @@ -188,8 +188,6 @@ public abstract class DataOutput { * *

This provides compression while still being efficient to decode. * - *

This provides compression while still being efficient to decode. - * * @param i Smaller values take fewer bytes. Negative numbers are supported, but should be * avoided. * @throws IOException If there is an I/O error writing to the underlying medium.