RFR: 8306036: Use @apiNote in String.toLowerCase, String.toUpperCase [v2]

Jaikiran Pai jpai at openjdk.org
Mon Apr 17 01:56:42 UTC 2023


On Sat, 15 Apr 2023 11:17:34 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:

>> Please review this PR which suggests to use `@apiNote` in the `String.toLowerCase()` and `String.toUpperCase()` API docs.
>> 
>> These methods include important usage notes which today are encoded using `<b>Note:</b>`.
>
> Eirik Bjorsnos has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
> 
>  - Merge branch 'master' into to-ul-case-apinote
>  - Use @apiNote in String.toLowerCase, String.toUpperCase

Marked as reviewed by jpai (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/13487#pullrequestreview-1387144844


More information about the core-libs-dev mailing list