Main class
This commit is contained in:
parent
72698106a5
commit
173c742079
@ -38,9 +38,9 @@ public class App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public App getInstance() {
|
public App getInstance() {
|
||||||
if (this.instance == null) {
|
if (App.instance == null) {
|
||||||
this.instance = new App();
|
App.instance = new App();
|
||||||
}
|
}
|
||||||
return this.instance;
|
return App.instance;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user