Skip to content

Commit

Permalink
Fix typo in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Sep 3, 2021
1 parent 16283e5 commit 317e647
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public interface Policy<K extends Object, V extends Object> {
/**
* Returns the value associated with the {@code key} in this cache, or {@code null} if there is no
* cached value for the {@code key}. Unlike {@link Cache#getIfPresent(Object)}, this method does
* not produce any side effects such as updating statistics, the eviction policy, reseting the
* not produce any side effects such as updating statistics, the eviction policy, resetting the
* expiration time, or triggering a refresh.
*
* @param key the key whose associated value is to be returned
Expand Down

0 comments on commit 317e647

Please sign in to comment.