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