We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694526e commit 95d2271Copy full SHA for 95d2271
src/main/java/dev/openfeature/sdk/Awaitable.java
@@ -28,6 +28,7 @@ public void await() {
28
try {
29
this.wait();
30
} catch (InterruptedException ignored) {
31
+ // ignore
32
}
33
34
0 commit comments