单词拼写错误
parent
d30ec31a63
commit
a5fcc34d02
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue