We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd82333 commit 72b62daCopy full SHA for 72b62da
eppo/src/main/java/cloud/eppo/android/EppoClient.java
@@ -220,7 +220,7 @@ public Builder initialConfiguration(CompletableFuture<byte[]> initialFlagConfigR
220
return this;
221
}
222
223
- Builder configStore(ConfigurationStore configStore) {
+ public Builder configStore(ConfigurationStore configStore) {
224
this.configStore = configStore;
225
226
0 commit comments