Skip to content

Commit ba609af

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397770 13f79535-47bb-0310-9956-ffa450edef68
1 parent 48b26f8 commit ba609af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class CSVFormat implements Serializable {
5353

5454
/**
5555
* Constant char to be used for disabling comments, escapes and encapsulation. The value -2 is used because it
56-
* won't be confused with an EOF signal (-1), and because the unicode value FFFE would be encoded as two chars
56+
* won't be confused with an EOF signal (-1), and because the Unicode value {@code FFFE} would be encoded as two chars
5757
* (using surrogates) and thus there should never be a collision with a real text char.
5858
*/
5959
static final char DISABLED = '\ufffe';

0 commit comments

Comments
 (0)