Skip to content

Commit

Permalink
Update providers/flagd/src/main/java/dev/openfeature/contrib/provider…
Browse files Browse the repository at this point in the history
…s/flagd/FlagdProvider.java

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Sep 30, 2024
1 parent 7ec9a8e commit 128c4a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@Slf4j
@SuppressWarnings({ "PMD.TooManyStaticImports", "checkstyle:NoFinalizer" })
public class FlagdProvider extends EventProvider {
private static final String FLAGD_PROVIDER = "flagd Provider";
private static final String FLAGD_PROVIDER = "flagd";
private final Resolver flagResolver;
private volatile boolean initialized = false;
private volatile boolean connected = false;
Expand Down

0 comments on commit 128c4a7

Please sign in to comment.