On Thu, 2 Mar 2023 18:39:36 GMT, Andrey Turbanov <aturba...@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