[Change] Common 补充一个漏网之鱼;

[Change] LocalFactory 适配更改(Commit: a090abc9);
This commit is contained in:
LamGC 2021-01-16 01:32:41 +08:00
parent 92175377c4
commit c956c1b3d2
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -80,7 +80,7 @@ public class LocalFactory implements CacheStoreFactory {
}
@Override
public boolean putAll(CacheKey key, Map<String, V> map) {
public boolean putAll(CacheKey key, Map<? extends String, ? extends V> map) {
return false;
}