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 95d2271 commit 0738f9fCopy full SHA for 0738f9f
src/main/java/dev/openfeature/sdk/Awaitable.java
@@ -28,7 +28,7 @@ public void await() {
28
try {
29
this.wait();
30
} catch (InterruptedException ignored) {
31
- // ignore
+ Thread.currentThread().interrupt();
32
}
33
34
0 commit comments