[jdk19] RFR: 8289779: Map::replaceAll javadoc has redundant @throws clauses
Iris Clark
iris at openjdk.org
Wed Jul 6 19:12:43 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.
Marked as reviewed by iris (Reviewer).
src/java.base/share/classes/java/util/Map.java line 740:
> 738: * @param function the function to apply to each entry
> 739: * @throws UnsupportedOperationException if the {@code set} operation
> 740: * is not supported by this map's entry set iterator.
Maybe fix indentation here and at line 742 for the CCE for consistency?
-------------
PR: https://git.openjdk.org/jdk19/pull/111
More information about the core-libs-dev
mailing list