[jdk19] RFR: 8289779: Map::replaceAll javadoc has redundant @throws clauses

Pavel Rappo prappo at openjdk.org
Wed Jul 6 08:43:41 UTC 2022


On Wed, 6 Jul 2022 00:32:00 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> Simple javadoc fix of an editorial nature.

Thanks for doing this, Stuart. Not only does this PR remove duplication from the `Map` documentation, but it also ensures that when JDK-6509045 is integrated, that duplication won't spread to `ConcurrentMap`. A bonus of this fix is that the irrelevant mention of "keys" is gone from the description of `NullPointerException`.

Also, consider closing 8255426 as a duplicate.

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

Marked as reviewed by prappo (Reviewer).

PR: https://git.openjdk.org/jdk19/pull/111


More information about the core-libs-dev mailing list