Skip to content

Commit

Permalink
Update client/src/main/java/io/split/client/SplitFactoryImpl.java
Browse files Browse the repository at this point in the history
Co-authored-by: Gastón Thea <[email protected]>
  • Loading branch information
nmayorsplit and gthea authored Nov 1, 2023
1 parent c8ed1b9 commit 6c9aecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/java/io/split/client/SplitFactoryImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ protected SplitFactoryImpl(String apiToken, SplitClientConfig config, CustomStor
Synchronizer synchronizer = new ConsumerSynchronizer(splitTasks);
FlagSetsFilter flagSetsFilter = new FlagSetsFilterImpl(new HashSet<>());
if(!config.getSetsFilter().isEmpty()) {
_log.warn("FlagSets filter is not applicable for Consumer modes where the SDK does keep rollout data in sync. FlagSet " +
_log.warn("FlagSets filter is not applicable for Consumer modes where the SDK does not keep rollout data in sync. FlagSet " +
"filter was discarded");
}
_client = new SplitClientImpl(this,
Expand Down

0 comments on commit 6c9aecb

Please sign in to comment.