Fix typo in comment in o/e/c/c/Cache.java
This commit is contained in:
parent
b333133183
commit
4b47c38922
|
@ -336,7 +336,7 @@ public class Cache<K, V> {
|
|||
* value using the given mapping function and enters it into this map unless null. The load method for a given key
|
||||
* will be invoked at most once.
|
||||
*
|
||||
* @param key the key whose associated value is to be returned or computed for if non-existant
|
||||
* @param key the key whose associated value is to be returned or computed for if non-existent
|
||||
* @param loader the function to compute a value given a key
|
||||
* @return the current (existing or computed) value associated with the specified key, or null if the computed
|
||||
* value is null
|
||||
|
|
Loading…
Reference in New Issue