Commit 38af88fd authored by yanzg's avatar yanzg

修复等待时间

parent b12b31c3
...@@ -326,7 +326,7 @@ public class YzgLanguage { ...@@ -326,7 +326,7 @@ public class YzgLanguage {
* *
* @param format 格式化 * @param format 格式化
* @param paras 参数 * @param paras 参数
* @return * @return 格式化字符串
*/ */
public String format(String format, Object... paras) { public String format(String format, Object... paras) {
return this.formatScene(getScene(), format, paras); return this.formatScene(getScene(), format, paras);
......
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