RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v5]
Jim Laskey
jlaskey at openjdk.org
Thu Mar 2 20:05:08 UTC 2023
On Thu, 2 Mar 2023 18:39:36 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Move @since in subclasses
>> - Move @since
>
> src/java.base/share/classes/java/lang/AbstractStringBuilder.java line 1911:
>
>> 1909: if (cs instanceof String str) {
>> 1910: putStringAt(offset, str);
>> 1911: } else if (cs instanceof AbstractStringBuilder asb) {
>
> Suggestion:
>
> } else if (cs instanceof AbstractStringBuilder asb) {
Thanks
-------------
PR: https://git.openjdk.org/jdk/pull/12728
More information about the core-libs-dev
mailing list