mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 12:57:26 +00:00
[Change] Common 补充一个漏网之鱼;
[Change] LocalFactory 适配更改(Commit: a090abc9
);
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user