정적함수 변환

This commit is contained in:
KNKIM 2021-07-26 11:07:26 +09:00
parent 4006665a27
commit d888669dc6

View File

@ -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;