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 d9ebe63 commit f3ea94dCopy full SHA for f3ea94d
src/main/java/dev/openfeature/sdk/HookData.java
@@ -45,7 +45,7 @@ static HookData create() {
45
}
46
47
/**
48
- * Default thread-safe implementation of HookData.
+ * Default implementation of HookData.
49
*/
50
public class DefaultHookData implements HookData {
51
private final Map<String, Object> data = new HashMap<>();
0 commit comments