On Thu, 15 Jan 2026 16:22:05 GMT, Liam Miller-Cushon <[email protected]> wrote:

>> src/java.base/share/classes/java/lang/String.java line 2135:
>> 
>>> 2133:      * {@return the length in bytes of the given String encoded with 
>>> the given {@link Charset}}
>>> 2134:      *
>>> 2135:      * <p>The result will be the same value as {@code 
>>> getBytes(charset).length}.
>> 
>> Please @linkplain to the getBytes(cs) method.
>
> Done, thanks

The result will be the same value as {@link #getBytes(Charset) 
getBytes(cs).length}.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28454#discussion_r2695118671

Reply via email to