정적함수 변환
This commit is contained in:
parent
4006665a27
commit
d888669dc6
@ -101,7 +101,7 @@ public class NlibProperty {
|
|||||||
* @param name
|
* @param name
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public String getProperty(String name) {
|
public static String getProperty(String name) {
|
||||||
|
|
||||||
if(properties == null || properties.size() < 1) {
|
if(properties == null || properties.size() < 1) {
|
||||||
if(loadProperties() < 0) return null;
|
if(loadProperties() < 0) return null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user