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 c66e2c8 commit d9ebe63Copy full SHA for d9ebe63
src/main/java/dev/openfeature/sdk/HookData.java
@@ -38,7 +38,7 @@ public interface HookData {
38
<T> T get(String key, Class<T> type);
39
40
/**
41
- * Default implementation is using a synchronized map.
+ * Default implementation uses a HashMap.
42
*/
43
static HookData create() {
44
return new DefaultHookData();
0 commit comments