mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
[Change] Common 补充一个漏网之鱼;
[Change] LocalFactory 适配更改(Commit: a090abc9
);
This commit is contained in:
parent
92175377c4
commit
c956c1b3d2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user