Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7132338

Use @code friendly idiom for '\' in javadoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • 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

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: