Skip to content

Commit 95d2271

Browse files
committed
Flaky build due to a possible race condition #1449
Signed-off-by: christian.lutnik <[email protected]>
1 parent 694526e commit 95d2271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/dev/openfeature/sdk/Awaitable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public void await() {
2828
try {
2929
this.wait();
3030
} catch (InterruptedException ignored) {
31+
// ignore
3132
}
3233
}
3334
}

0 commit comments

Comments
 (0)