Skip to content

Commit a983823

Browse files
committed
linting
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent 66809ae commit a983823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/dev/openfeature/sdk/FlagMetadata.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public Integer getInteger(final String key) {
3939
}
4040

4141
/**
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.
4343
* If value exist but of another type, {@link ParseError} will be thrown.
4444
*
4545
* @param key flag metadata key to retrieve
@@ -49,7 +49,7 @@ public Float getFloat(final String key) {
4949
}
5050

5151
/**
52-
* Retrieve an {@link Double} value for the given key.
52+
* Retrieve a {@link Double} value for the given key.
5353
* If a value is not found, {@link GeneralError} will be thrown.
5454
* If value exist but of another type, {@link ParseError} will be thrown.
5555
*
@@ -60,7 +60,7 @@ public Double getDouble(final String key) {
6060
}
6161

6262
/**
63-
* Retrieve an {@link Boolean} value for the given key.
63+
* Retrieve a {@link Boolean} value for the given key.
6464
* If a value is not found, {@link GeneralError} will be thrown.
6565
* If value exist but of another type, {@link ParseError} will be thrown.
6666
*

0 commit comments

Comments
 (0)