On Wed, 28 Jan 2026 23:13:04 GMT, Tatsunori Uchino <[email protected]> wrote:

>> src/java.base/share/classes/java/lang/AbstractStringBuilder.java line 539:
>> 
>>> 537:      * @return the number of Unicode code points in this String
>>> 538:      * @since  26
>>> 539:      */
>> 
>> Suggestion:
>> 
>>     /**
>>      * @since 27
>>      */
>
> Why did you strip the JSDoc?

By default the docs will be inherited from `CharSequence` except the `@throws` 
tags.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26461#discussion_r2739264010

Reply via email to