Skip to content

Commit c66e2c8

Browse files
authored
fixup: spotless
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 1339f2f commit c66e2c8

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 is using a synchronized map.
4242
*/
4343
static HookData create() {
4444
return new DefaultHookData();

0 commit comments

Comments
 (0)