Skip to content

Commit ce1a60b

Browse files
fixup: fix comment
Co-authored-by: alexandraoberaigner <[email protected]> Signed-off-by: Simon Schrottner <[email protected]>
1 parent f4c97ee commit ce1a60b

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
@@ -39,7 +39,7 @@ public interface HookData {
3939
<T> T get(String key, Class<T> type);
4040

4141
/**
42-
* Default implementation using ConcurrentHashMap for thread safety.
42+
* Default implementation is using a synchronized map.
4343
*/
4444
static HookData create() {
4545
return new DefaultHookData();

0 commit comments

Comments
 (0)