Skip to content

Commit ec28b12

Browse files
authored
Merge pull request iluwatar#708 from BeeHuang/fix-comment
Fix error comment with isServiceRunnign in Event Queue
2 parents 33a3d6f + 9f797b3 commit ec28b12

File tree

1 file changed

+1
-1
lines changed
  • event-queue/src/main/java/com/iluwatar/event/queue

1 file changed

+1
-1
lines changed

event-queue/src/main/java/com/iluwatar/event/queue/Audio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static synchronized void stopService() {
5959
}
6060

6161
/**
62-
* This method stops the Update Method's thread.
62+
* This method check the Update Method's thread is started.
6363
* @return boolean
6464
*/
6565
public static synchronized boolean isServiceRunning() {

0 commit comments

Comments
 (0)