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

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 * @return boolean
*/ */
public static synchronized boolean isServiceRunning() { public static synchronized boolean isServiceRunning() {