From 1318bafc6e61b46e24eda7f2fcba8250d28c19a8 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 12 Oct 2021 10:05:36 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20URL=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20:=20Collection=20->=20Ris?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/nlib/col/web/InterestController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/nlib/col/web/InterestController.java b/src/main/java/nlib/col/web/InterestController.java index 4a1a44e5..8ed98fb2 100644 --- a/src/main/java/nlib/col/web/InterestController.java +++ b/src/main/java/nlib/col/web/InterestController.java @@ -61,8 +61,8 @@ public class InterestController extends NlibCommonController @Resource(name = "interestService") private InterestService interestService; - @Resource(name = "collectionService") - private RisService collectionService; + @Resource(name = "risService") + private RisService risService; @Resource(name = "codeService") private CodeService codeService;