On Thu, 9 Feb 2023 10:13:03 GMT, Eirik Bjorsnos <[email protected]> wrote:
> The Javadocs of Arrays.compare and Arrays.mismatch uses the incorrect
> capitalization `atoIndex` and `btoIndex` when referencing the corresponding
> `aToIndex` and `bToIndex` parameters.
>
> Sample:
>
>
> * specified ranges [{@code aFromIndex}, {@code atoIndex}) and
> * [{@code bFromIndex}, {@code btoIndex}) respectively:
>
>
> This PR changes the capitalization to `aToIndex` and `bToIndex`. This change
> was performed using case-sensitive search / replace in an IDE.
Hello Eirik, I've create a JBS issue to track this change
https://bugs.openjdk.org/browse/JDK-8302214. Please update the title of this PR
to `8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch`, so that it
triggers the official review process.
-------------
PR: https://git.openjdk.org/jdk/pull/12488