Refactor code examples to use @snippet in java.text.Collator

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: None
    • Component/s: core-libs
    • b07

      Implement JEP413. Additionally, it looks like the code example as seen below could use minor tweaks.

       * if( myCollator.compare("abc", "ABC") < 0 )
       * System.out.println("abc is less than ABC");
       * else
       * System.out.println("abc is greater than or equal to ABC");
       * }</pre>
       * </blockquote>

            Assignee:
            Justin Lu
            Reporter:
            Justin Lu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: