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 1339f2f commit c66e2c8Copy full SHA for c66e2c8
src/main/java/dev/openfeature/sdk/HookData.java
@@ -38,7 +38,7 @@ public interface HookData {
38
<T> T get(String key, Class<T> type);
39
40
/**
41
- * Default implementation is using a synchronized map.
+ * Default implementation is using a synchronized map.
42
*/
43
static HookData create() {
44
return new DefaultHookData();
0 commit comments