On Thu, 1 Jun 2023 16:18:12 GMT, Stuart Marks <sma...@openjdk.org> wrote:
> Adjust the specification of the `SequencedMap` sequenced-view methods, and > adjust implementations to match. src/java.base/share/classes/java/util/SequencedMap.java line 268: > 266: * Its {@link SequencedSet#reversed reversed} method returns the > {@link > 267: * #sequencedKeySet sequencedKeySet} view of the {@link #reversed > reversed} view of > 268: * this map. Each of its other methods calls the corresponding > method of the {@link Hello Stuart, should this (and other similar places in this PR) instead be: Each of its other methods call call instead of calls? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14267#discussion_r1218897055