|
Relates :
|
Feedback during the code review of 4504839 noted that the javadoc idiom
<code>'\u0030'</code>
can re replaced by
{@code '\u005Cu0030'}
The latter is preferable since it is shorted and uses the @code syntax.
See discussion at
http://mail.openjdk.java.net/pipermail/core-libs-dev/2012-January/008998.html
|