Fix typo in comment in o/e/c/c/Cache.java

This commit is contained in:
Jason Tedor 2016-01-13 15:01:59 -05:00
parent b333133183
commit 4b47c38922
1 changed files with 1 additions and 1 deletions

View File

@ -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 * 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. * 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 * @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 * @return the current (existing or computed) value associated with the specified key, or null if the computed
* value is null * value is null