Merge pull request #708 from BeeHuang/fix-comment

Fix error comment with isServiceRunnign in Event Queue
This commit is contained in:
Ilkka Seppälä 2018-01-28 10:29:19 +02:00 committed by GitHub
commit ec28b1250d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ public class Audio {
}
/**
* This method stops the Update Method's thread.
* This method check the Update Method's thread is started.
* @return boolean
*/
public static synchronized boolean isServiceRunning() {