Skip to content

Commit

Permalink
Merge pull request #18 from livio/develop
Browse files Browse the repository at this point in the history
0.6.0 Release
  • Loading branch information
Robert Henigan authored Sep 30, 2021
2 parents 8bd13ec + 042e025 commit b7437d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Taskmaster/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java-library'

group 'com.livio.taskmaster'
version '0.5'
version '0.6'

sourceCompatibility = 1.7

Expand Down
5 changes: 2 additions & 3 deletions Taskmaster/src/main/java/com/livio/taskmaster/Taskmaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ public void run() {
}

private void alert() {

if (isWaiting) {
synchronized (TASK_THREAD_LOCK) {
synchronized (TASK_THREAD_LOCK) {
if (isWaiting) {
TASK_THREAD_LOCK.notify();
}
}
Expand Down

0 comments on commit b7437d5

Please sign in to comment.