JDK 19 | JDK 20 |
---|---|
19 b31Fixed | 20Fixed |
Blocks :
|
|
Duplicate :
|
The javadoc for Map::replaceAll has duplicate @throws clauses for ClassCastException and NullPointerException. This is mostly benign but it causes problems with a pending change to javadoc (JDK-6509045). In the current javadoc output, the contents of both clauses are rendered. The duplicate clauses mostly say the same thing, though, so aside from some minor wording changes, I'd consider this to be an editorial change.
|