On Fri, 24 Feb 2023 15:28:33 GMT, Raffaello Giulietti <[email protected]> wrote:
>> src/java.base/share/classes/java/lang/String.java line 2483: >> >>> 2481: return isLatin1() ? StringLatin1.indexOf(value, ch, >>> fromIndex, toIndex) >>> 2482: : StringUTF16.indexOf(value, ch, fromIndex, toIndex); >>> 2483: } >> >> I assume you've add `@since 21` before integrating. > > I was reluctant to add it, as it is not yet known when the PR will be > integrated. I'll add it in the next commit. When the CSR is approved is a good trigger for adding @since. But its fine to be optimistic in the PR. ------------- PR: https://git.openjdk.org/jdk/pull/12600
