RFR[8243655]: 'Map.replace javadoc code snippet typo'

Conor Cleary conor.cleary at oracle.com
Fri Jun 5 15:20:16 UTC 2020


Hi,

Could someone please take a look at my webrev for JDK-8243655 
'Map.replace javadoc code snippet typo'?

This fix addresses a typo in the javadoc for Map.replace(K, V, V) in the 
default implementation code. The parameter 'value' in the conditional 
block is changed to 'oldValue' to reflect the originally passed variable 
name.


bug: https://bugs.openjdk.java.net/browse/JDK-8243655
webrev: http://cr.openjdk.java.net/~jboes/ccleary/webrevs/8243655/webrev.00/


Regards,
Conor



More information about the core-libs-dev mailing list