Merge branch 'master' of 60.1.1.230:backend/jieling_server

back_recharge
wangyuan 2019-01-07 10:23:05 +08:00
commit 37c27161ea
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;
}
}