diff --git a/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/factory/LocalFactory.java b/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/factory/LocalFactory.java index fb7f326..502355b 100644 --- a/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/factory/LocalFactory.java +++ b/ContentGrabbingJi-common/src/test/java/net/lamgc/cgj/bot/cache/factory/LocalFactory.java @@ -80,7 +80,7 @@ public class LocalFactory implements CacheStoreFactory { } @Override - public boolean putAll(CacheKey key, Map map) { + public boolean putAll(CacheKey key, Map map) { return false; }