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

ServiceLoader documentation has malformed Unicode escape

    XMLWordPrintable

Details

    • 9
    • b09
    • generic
    • generic
    • Verified

    Description

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


      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: