From c956c1b3d23da03b592e67df8c6f10d337c37b3f Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 16 Jan 2021 01:32:41 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20Common=20=E8=A1=A5=E5=85=85=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=BC=8F=E7=BD=91=E4=B9=8B=E9=B1=BC;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Change] LocalFactory 适配更改(Commit: a090abc9); --- .../test/java/net/lamgc/cgj/bot/cache/factory/LocalFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }