-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
9
FULL PRODUCT VERSION :
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The javadoc of java.util.Map.computeIfAbsent has a small typo:
"The most common usage is to construct a new object serving as an initial mapped value or memoized result"
It should be of course "memorized".
As per Quality Outreach, can you please add label "josm-found" to this bug report?
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The javadoc of java.util.Map.computeIfAbsent has a small typo:
"The most common usage is to construct a new object serving as an initial mapped value or memoized result"
It should be of course "memorized".
As per Quality Outreach, can you please add label "josm-found" to this bug report?
REPRODUCIBILITY :
This bug can be reproduced always.