Integrated: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Eirik Bjorsnos
duke at openjdk.org
Tue Feb 14 07:01:53 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.
This pull request has now been integrated.
Changeset: d782125c
Author: Eirik Bjorsnos <eirbjo at gmail.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d782125c8f3bfe087269e4430dd12328d8cc77f8
Stats: 58 lines in 1 file changed: 0 ins; 0 del; 58 mod
8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Reviewed-by: jpai
-------------
PR: https://git.openjdk.org/jdk/pull/12488
More information about the core-libs-dev
mailing list