From d888669dc6ded80a0f696b852de8142402bd6616 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 26 Jul 2021 11:07:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=95=EC=A0=81=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EB=B3=80=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/nlib/cmm/service/NlibProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/nlib/cmm/service/NlibProperty.java b/src/main/java/nlib/cmm/service/NlibProperty.java index 0d73e205..b662c57e 100644 --- a/src/main/java/nlib/cmm/service/NlibProperty.java +++ b/src/main/java/nlib/cmm/service/NlibProperty.java @@ -101,7 +101,7 @@ public class NlibProperty { * @param name * @return */ - public String getProperty(String name) { + public static String getProperty(String name) { if(properties == null || properties.size() < 1) { if(loadProperties() < 0) return null;