Integrated: 8306036: Use @apiNote in String.toLowerCase, String.toUpperCase
Eirik Bjorsnos
duke at openjdk.org
Mon Apr 17 05:27:49 UTC 2023
On Sat, 15 Apr 2023 07:56:17 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>`.
This pull request has now been integrated.
Changeset: 7f56de8f
Author: Eirik Bjorsnos <eirbjo at gmail.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7f56de8f78c0b54e5cf313f53213102a3495234f
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
8306036: Use @apiNote in String.toLowerCase, String.toUpperCase
Reviewed-by: alanb, jpai
-------------
PR: https://git.openjdk.org/jdk/pull/13487
More information about the core-libs-dev
mailing list