Skip to content

Commit 8bd601d

Browse files
committed
Javadoc: Fix double the
1 parent 8f8d450 commit 8bd601d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ long getBytesRead() {
106106
}
107107

108108
/**
109-
* Gets the byte length of the given character based on the the original Unicode
109+
* Gets the byte length of the given character based on the original Unicode
110110
* specification, which defined characters as fixed-width 16-bit entities.
111111
* <p>
112112
* The Unicode characters are divided into two main ranges:

0 commit comments

Comments
 (0)