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 ea00b20 commit d30208bCopy full SHA for d30208b
src/main/java/dev/openfeature/sdk/VmLensTest.java
@@ -37,15 +37,15 @@ private void asomeMethod() throws InterruptedException {
37
public void run() {
38
firstReady.wakeup();
39
client.getStringValue("a", "a");
40
- // client.getStringValue("a", "a");
+ client.getStringValue("a", "a");
41
}
42
};
43
44
first.start();
45
firstReady.await();
46
47
client.addHooks(new Hook() {});
48
- // client.addHooks(new Hook() {});
+ client.addHooks(new Hook() {});
49
50
first.join();
51
@@ -55,6 +55,6 @@ public void run() {
55
System.out.println("jaVar = " + jaVar);
56
57
Thread.sleep(5000);
58
- //System.exit(0);
+ System.exit(0);
59
60
0 commit comments