Skip to content

Commit

Permalink
remove unused map in EmbededCache (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenisann authored Aug 30, 2024
1 parent 984aa2a commit 405ad14
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ protected CacheResult do_PUT_ALL(Map<? extends K, ? extends V> map, long expireA
newKeyMap.put(buildKey(en.getKey()), cacheObject);
}
innerMap.putAllValues(newKeyMap);

final HashMap resultMap = new HashMap();
map.keySet().forEach((k) -> resultMap.put(k, CacheResultCode.SUCCESS));
return CacheResult.SUCCESS_WITHOUT_MSG;
}

Expand Down

0 comments on commit 405ad14

Please sign in to comment.