@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
This commit is contained in:
Sebastian Bazley 2012-03-14 20:18:56 +00:00
parent 1746b7475d
commit 861da51f24
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public class CSVFormat implements Serializable {
} }
/** /**
* Tells if unicode escape sequences (e.g. <span>\</span>u1234) are turned into their corresponding character * Tells if unicode escape sequences (e.g. {@literal \u1234}) are turned into their corresponding character
* when parsing input. * when parsing input.
* *
* @return <tt>true</tt> if unicode escape sequences are interpreted, <tt>false</tt> if they are left as is. * @return <tt>true</tt> if unicode escape sequences are interpreted, <tt>false</tt> if they are left as is.