* Don't synchronize isRunning() as that can cause deadlocks during shotdown.
This commit is contained in:
parent
bf95a9c036
commit
1f362c1803
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ public final class Application implements Runnable {
|
||||||
*
|
*
|
||||||
* @return true if the app is running
|
* @return true if the app is running
|
||||||
*/
|
*/
|
||||||
public synchronized boolean isRunning() {
|
public boolean isRunning() {
|
||||||
return running;
|
return running;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue