On Thu, 20 Apr 2023 12:30:52 GMT, Nir Lisker <[email protected]> wrote:
>> Stuart Marks has updated the pull request incrementally with four additional
>> commits since the last revision:
>>
>> - Add missing @throws and @since tags.
>> - Convert code samples to snippets.
>> - Various editorial changes.
>> - Fix up toArray(T[]) on reverse-ordered views.
>
> src/java.base/share/classes/java/util/NavigableMap.java line 442:
>
>> 440: * @return a reverse-ordered view of this map, as a {@code
>> NavigableMap}
>> 441: * @since 21
>> 442: */
>
> `NavigableSet` words its `reversed` doc a bit differently.
Adjusted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/7387#discussion_r1174196958