This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bd601d1 Javadoc: Fix double the
8bd601d1 is described below

commit 8bd601d1e9e7b7dad54169ebffbf5d0b4137351c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:14:54 2025 -0500

    Javadoc: Fix double the
---
 src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java 
b/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
index 3af9f625..8dcda651 100644
--- a/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
+++ b/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
@@ -106,7 +106,7 @@ final class ExtendedBufferedReader extends 
UnsynchronizedBufferedReader {
     }
 
     /**
-     * Gets the byte length of the given character based on the the original 
Unicode
+     * Gets the byte length of the given character based on the original 
Unicode
      * specification, which defined characters as fixed-width 16-bit entities.
      * <p>
      * The Unicode characters are divided into two main ranges:

Reply via email to