Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suppress warning about calling wait without a loop
While it is certainly not good to wait ouside a loop,
it is not that problematic here, as the test should fail
in such a case.
  • Loading branch information
FSchumacher committed Apr 18, 2022
1 parent ee2353e commit 16340ba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@ void done() {
notifyAll();
}

@SuppressWarnings("WaitNotInLoop")
void pass() {
done();
try {
Expand Down

0 comments on commit 16340ba

Please sign in to comment.