From ab5f0c762fc60ada26e997a6df919c621fb7c51b Mon Sep 17 00:00:00 2001 From: rongchao Date: Sun, 19 Apr 2020 20:05:48 +0800 Subject: [PATCH] redis --- .../java/com/elink/esua/epdc/redis/NewsCategoryRedis.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/java/com/elink/esua/epdc/redis/NewsCategoryRedis.java b/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/java/com/elink/esua/epdc/redis/NewsCategoryRedis.java index c2d90ac5c..05bbd071c 100644 --- a/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/java/com/elink/esua/epdc/redis/NewsCategoryRedis.java +++ b/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/java/com/elink/esua/epdc/redis/NewsCategoryRedis.java @@ -15,7 +15,7 @@ * along with this program. If not, see . */ -package com.elink.esua.epdc.news.redis; +package com.elink.esua.epdc.redis; import com.elink.esua.epdc.commons.tools.redis.RedisUtils; import org.springframework.beans.factory.annotation.Autowired; @@ -36,12 +36,12 @@ public class NewsCategoryRedis { } - public void set(){ + public void set() { } - public String get(String id){ + public String get(String id) { return null; } -} \ No newline at end of file +}