-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8, 11, 17
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
- duplicates
-
JDK-8269843 typo in LinkedHashMap::removeEldestEntry spec
- Resolved