Skip to content

Commit 72b62da

Browse files
Feat: Make EppoClient.Builder.configStore() public (#182)
1 parent bd82333 commit 72b62da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eppo/src/main/java/cloud/eppo/android/EppoClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Builder initialConfiguration(CompletableFuture<byte[]> initialFlagConfigR
220220
return this;
221221
}
222222

223-
Builder configStore(ConfigurationStore configStore) {
223+
public Builder configStore(ConfigurationStore configStore) {
224224
this.configStore = configStore;
225225
return this;
226226
}

0 commit comments

Comments
 (0)