File tree 1 file changed +3
-3
lines changed
src/main/java/dev/openfeature/sdk
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public Integer getInteger(final String key) {
39
39
}
40
40
41
41
/**
42
- * Retrieve an {@link Float} value for the given key. If a value is not found, {@link GeneralError} will be thrown.
42
+ * Retrieve a {@link Float} value for the given key. If a value is not found, {@link GeneralError} will be thrown.
43
43
* If value exist but of another type, {@link ParseError} will be thrown.
44
44
*
45
45
* @param key flag metadata key to retrieve
@@ -49,7 +49,7 @@ public Float getFloat(final String key) {
49
49
}
50
50
51
51
/**
52
- * Retrieve an {@link Double} value for the given key.
52
+ * Retrieve a {@link Double} value for the given key.
53
53
* If a value is not found, {@link GeneralError} will be thrown.
54
54
* If value exist but of another type, {@link ParseError} will be thrown.
55
55
*
@@ -60,7 +60,7 @@ public Double getDouble(final String key) {
60
60
}
61
61
62
62
/**
63
- * Retrieve an {@link Boolean} value for the given key.
63
+ * Retrieve a {@link Boolean} value for the given key.
64
64
* If a value is not found, {@link GeneralError} will be thrown.
65
65
* If value exist but of another type, {@link ParseError} will be thrown.
66
66
*
You can’t perform that action at this time.
0 commit comments