Skip to content

Commit 861da51

Browse files
committed
@literal clearer than <span>
Props Benedikt Ritter git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1300707 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1746b74 commit 861da51

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
@@ -315,7 +315,7 @@ public CSVFormat withSurroundingSpacesIgnored(boolean surroundingSpacesIgnored)
315315
}
316316

317317
/**
318-
* Tells if unicode escape sequences (e.g. <span>\</span>u1234) are turned into their corresponding character
318+
* Tells if unicode escape sequences (e.g. {@literal \u1234}) are turned into their corresponding character
319319
* when parsing input.
320320
*
321321
* @return <tt>true</tt> if unicode escape sequences are interpreted, <tt>false</tt> if they are left as is.

0 commit comments

Comments
 (0)