单词拼写错误

back_recharge
jiahuiwen 2019-01-07 10:51:31 +08:00
parent d30ec31a63
commit a5fcc34d02
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ public class SCMapEvent implements BaseConfig{
* 2 * 2
* 3 * 3
*/ */
private int refrsh; private int refresh;
@Override @Override
public void init() throws Exception { public void init() throws Exception {
@ -37,7 +37,7 @@ public class SCMapEvent implements BaseConfig{
return style; return style;
} }
public int getRefrsh() { public int getRefresh() {
return refrsh; return refresh;
} }
} }