Skip to content

Commit

Permalink
Fix for ParallelTokenization==false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderst committed Jan 21, 2019
1 parent 7d08543 commit 0687c79
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -635,6 +635,7 @@ public void run() {
} finally {
finalCounter.incrementAndGet();
synchronized (this) {
done = true;
this.notifyAll();
}
}
Expand Down

0 comments on commit 0687c79

Please sign in to comment.