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