Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 8, 11, 17
-
Fix Version/s: None
-
Component/s: core-libs
-
Labels:
-
Subcomponent:
Description
ADDITIONAL SYSTEM INFORMATION :
Windows 10
A DESCRIPTION OF THE PROBLEM :
method: protected boolean removeEldestEntry(Map.Entry<K,V> eldest)
there is a spelling mistake in docs. 'if' is mis-spelled as 'it'.
* @param eldestThe least recently inserted entry in the map, or if
* this is an access-ordered map, the least recently accessed
* entry. This is the entry that will be removed ___it___ (this should be if)
* this method returns {@code true}.
FREQUENCY : always
Windows 10
A DESCRIPTION OF THE PROBLEM :
method: protected boolean removeEldestEntry(Map.Entry<K,V> eldest)
there is a spelling mistake in docs. 'if' is mis-spelled as 'it'.
* @param eldestThe least recently inserted entry in the map, or if
* this is an access-ordered map, the least recently accessed
* entry. This is the entry that will be removed ___it___ (this should be if)
* this method returns {@code true}.
FREQUENCY : always
Attachments
Issue Links
- duplicates
-
JDK-8269843 typo in LinkedHashMap::removeEldestEntry spec
-
- Open
-