On Fri, 10 Sep 2021 21:51:45 GMT, John R Rose wrote:
>> 8273616: Fix trivial doc typos in the java.base module
>
> src/java.base/share/classes/java/nio/channels/AsynchronousFileChannel.java
> line 399:
>
>> 397: * If {@code true} then this method is required to force
>> changes
>
On Fri, 22 Jan 2021 14:48:00 GMT, Daniel Fuchs wrote:
>> Tighten up argument checking in constructor.
>
> src/java.base/share/classes/java/time/zone/ZoneRules.java line 263:
>
>> 261: // last rules
>> 262: Object[] temp = lastRules.toArray();
>> 263: ZoneOffsetTransitionR