Skip to content

Commit d9ebe63

Browse files
mdxabuchrfwow
andauthored
Update src/main/java/dev/openfeature/sdk/HookData.java
Co-authored-by: chrfwow <[email protected]> Signed-off-by: Abu <[email protected]>
1 parent c66e2c8 commit d9ebe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/openfeature/sdk/HookData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface HookData {
3838
<T> T get(String key, Class<T> type);
3939

4040
/**
41-
* Default implementation is using a synchronized map.
41+
* Default implementation uses a HashMap.
4242
*/
4343
static HookData create() {
4444
return new DefaultHookData();

0 commit comments

Comments
 (0)