Skip to content

Commit 7597d27

Browse files
vahidlazioclaude
andauthored
fix(openfeature-provider/java)!: rename disableApplyDedup builder method to enableApplyDedup (#534)
Co-authored-by: vahidlazio <vahidlazio@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent eb3abc7 commit 7597d27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openfeature-provider/java/src/main/java/com/spotify/confidence/sdk/LocalProviderConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ public Builder encryptionKey(String encryptionKey) {
162162
}
163163

164164
/**
165-
* Disables apply-event deduplication in the WASM resolver. Dedup is enabled by default:
166-
* repeated identical assignments within a short TTL window are logged once.
165+
* Experimental: enables apply-event deduplication in the WASM resolver — repeated identical
166+
* assignments within a short TTL window are logged once. Off by default; the API may change.
167167
*/
168-
public Builder disableApplyDedup(boolean enableApplyDedup) {
168+
public Builder enableApplyDedup(boolean enableApplyDedup) {
169169
this.enableApplyDedup = enableApplyDedup;
170170
return this;
171171
}

0 commit comments

Comments
 (0)