Skip to content

Commit

Permalink
Fixing javadoc warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed Oct 26, 2023
1 parent 8fed7c7 commit 5ace3a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private TieredCacheSpilloverStrategyService(Builder<K, V> builder) {
* @param key Key for lookup.
* @param loader Used to load value in case it is not present in any tier.
* @return value
* @throws Exception
* @throws Exception exception thrown
*/
@Override
public V computeIfAbsent(K key, TieredCacheLoader<K, V> loader) throws Exception {
Expand All @@ -80,7 +80,7 @@ public V get(K key) {

/**
* First fetches the tier type which has this key. And then invalidate accordingly.
* @param key
* @param key key to invalidate
*/
@Override
public void invalidate(K key) {
Expand Down

0 comments on commit 5ace3a7

Please sign in to comment.