表初始化

back_recharge
gaojie 2019-01-07 10:20:33 +08:00
parent d30ec31a63
commit 0983e09acd
1 changed files with 3 additions and 3 deletions

View File

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