Skip to content

Commit a28a14a

Browse files
authored
fix: update javadoc (#13)
Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent e5cc41f commit a28a14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flagd-provider/src/main/java/dev/openfeature/contrib/providers/flagd/FlagdProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public FlagdProvider() {
1616
}
1717

1818
/**
19-
* A test method.
19+
* A test method...
2020
*
2121
* @return {boolean}
2222
*/

open-telemetry-hook/src/main/java/dev/openfeature/contrib/hooks/otel/OpenTelemetryHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public OpenTelemetryHook() {
1616
}
1717

1818
/**
19-
* A test method.
19+
* A test method...
2020
* @return {boolean}
2121
*/
2222
public static boolean test() {

0 commit comments

Comments
 (0)