Skip to content

Commit

Permalink
Make Spotless happy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 16, 2024
1 parent 8b40e47 commit 71ecec3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ void defersTasksWithIncompatibleLocks() throws Exception {
bothLeafTasksAreRunning.await();
try {
deferred.await();
} catch (InterruptedException e) {
}
catch (InterruptedException e) {
System.out.println("Interrupted while waiting for task to be deferred");
}
});
Expand Down

0 comments on commit 71ecec3

Please sign in to comment.