Commit ab031ccf authored by yanzg's avatar yanzg

修复等待时间

parent 93069849
...@@ -12,10 +12,18 @@ import java.util.Map; ...@@ -12,10 +12,18 @@ import java.util.Map;
*/ */
public class YzgLanguage { public class YzgLanguage {
private static final YzgLanguage _my = new YzgLanguage(); /**
* 默认实例
*/
private static final YzgLanguage instance = new YzgLanguage();
/**
* 默认实例
*
* @return 语言对象
*/
public static YzgLanguage get() { public static YzgLanguage get() {
return _my; return instance;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment