ServiceLoader documentation has malformed Unicode escape

XMLWordPrintable

    • 9
    • b09
    • generic
    • generic
    • Verified

      A DESCRIPTION OF THE PROBLEM :
      The documentation of java.util.ServiceLoader says:
      > The comment character is '#' ('\u0023' NUMBER SIGN);

      The Unicode escape here is incorrect, it should be:
      > The comment character is '#' ('\u0023' NUMBER SIGN);


            Assignee:
            Brian Burkhalter
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: