Use @code friendly idiom for '\' in javadoc

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: core-libs
    • b25
    • generic
    • generic
    • Verified

        Feedback during the code review of 4504839 noted that the javadoc idiom
        <code>'&#92;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

              Assignee:
              Joe Darcy
              Reporter:
              Joe Darcy
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: