Skip to content

Commit f3ea94d

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 d9ebe63 commit f3ea94d

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
@@ -45,7 +45,7 @@ static HookData create() {
4545
}
4646

4747
/**
48-
* Default thread-safe implementation of HookData.
48+
* Default implementation of HookData.
4949
*/
5050
public class DefaultHookData implements HookData {
5151
private final Map<String, Object> data = new HashMap<>();

0 commit comments

Comments
 (0)