Skip to content

Commit 19da2e7

Browse files
committed
Javadoc
1 parent 4dd6ffc commit 19da2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ long getBytesRead() {
111111
* <p>
112112
* The Unicode characters are divided into two main ranges:
113113
* <ul>
114-
* <li><b>U+0000 to U+FFFF (Basic Multilingual Plane, BMP):</b>
114+
* <li><strong>U+0000 to U+FFFF (Basic Multilingual Plane, BMP):</strong>
115115
* <ul>
116116
* <li>Represented using a single 16-bit {@code char}.</li>
117117
* <li>Includes UTF-8 encodings of 1-byte, 2-byte, and some 3-byte characters.</li>
118118
* </ul>
119119
* </li>
120-
* <li><b>U+10000 to U+10FFFF (Supplementary Characters):</b>
120+
* <li><strong>U+10000 to U+10FFFF (Supplementary Characters):</strong>
121121
* <ul>
122122
* <li>Represented as a pair of {@code char}s:</li>
123123
* <li>The first {@code char} is from the high-surrogates range (\uD800-\uDBFF).</li>

0 commit comments

Comments
 (0)