We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b26f8 commit ba609afCopy full SHA for ba609af
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -53,7 +53,7 @@ public class CSVFormat implements Serializable {
53
54
/**
55
* 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
+ * won't be confused with an EOF signal (-1), and because the Unicode value {@code FFFE} would be encoded as two chars
57
* (using surrogates) and thus there should never be a collision with a real text char.
58
*/
59
static final char DISABLED = '\ufffe';
0 commit comments