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