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

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);


            bpb Brian Burkhalter
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: