Skip to content

Commit 6203609

Browse files
chore(go-feature-flag): Set timeout final (#1593)
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 7a3a8f4 commit 6203609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import lombok.val;
3535

3636
/**
37-
* GoFeatureFlagProvider is the JAVA provider implementation for the feature flag solution GO Feature Flag.
37+
* GoFeatureFlagProvider is the JAVA provider implementation for the feature flag management system GO Feature Flag.
3838
*/
3939
@Slf4j
4040
public final class GoFeatureFlagProvider extends EventProvider implements Tracking {

providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/api/GoFeatureFlagApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class GoFeatureFlagApi {
5555
private final URI endpoint;
5656

5757
/** timeout is the timeout in milliseconds for the HTTP requests. */
58-
private int timeout;
58+
private final int timeout;
5959

6060
/**
6161
* GoFeatureFlagController is the constructor of the controller to contact the GO Feature Flag

0 commit comments

Comments
 (0)