On Tue, 10 Jan 2023 01:14:14 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> It'd be good to update the javadoc of `Byte.valueOf(String s)` and > `Byte.valueOf(String s, int radix)` to replace `new Byte(...)` with > `Byte.valueOf`. Thanks for spotting that, I will also add those changes into this PR. ------------- PR: https://git.openjdk.org/jdk/pull/11912