RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Jaikiran Pai
jpai at openjdk.org
Fri Feb 10 12:12:19 UTC 2023
On Thu, 9 Feb 2023 10:13:03 GMT, Eirik Bjorsnos <duke at openjdk.org> 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
More information about the core-libs-dev
mailing list