Re: RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch

2023-02-12 Thread Jaikiran Pai
On Thu, 9 Feb 2023 10:13:03 GMT, Eirik Bjorsnos 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 aF

Re: RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch

2023-02-10 Thread Eirik Bjorsnos
On Fri, 10 Feb 2023 12:04:01 GMT, Jaikiran Pai wrote: > Hello Eirik, I've create a JBS issue to track this change > https://bugs.openjdk.org/browse/JDK-8302214. Thanks, title changed! - PR: https://git.openjdk.org/jdk/pull/12488

Re: RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch

2023-02-10 Thread Jaikiran Pai
On Thu, 9 Feb 2023 10:13:03 GMT, Eirik Bjorsnos 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 aF