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 41b362e commit 5cc735eCopy full SHA for 5cc735e
src/main/java/dev/openfeature/sdk/Awaitable.java
@@ -10,7 +10,7 @@ public class Awaitable {
10
*/
11
public static final Awaitable FINISHED = new Awaitable(true);
12
13
- private volatile boolean isDone = false;
+ private boolean isDone = false;
14
15
public Awaitable() {}
16
0 commit comments