RFR: JDK-8285676: Add missing @param tags for type parameters on classes and interfaces [v3]

Joe Darcy darcy at openjdk.java.net
Thu Apr 28 01:34:19 UTC 2022


On Wed, 27 Apr 2022 23:24:57 GMT, Stuart Marks <smarks at openjdk.org> wrote:

>> I said "keys maintained", omitting "by this map" to finesse the question of if the SimpleEntry class *is* a map, or is used to implement a map, etc. I can change it to include "by this map" if the map/entry distinction is okay to be blurred.
>
> Whoops, sorry, this is `SimpleEntry`, which is _not_ a `Map`. In this case I'd follow `Map.Entry` which says "the type of the key" and "the type of the map".

Will change to the Map.Entry wording "the type of key" and "the type of the value", respectively.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8410



More information about the client-libs-dev mailing list