Skip to content

Commit

Permalink
Widen feature flags removed for FF4j & Unleash
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 6, 2024
1 parent 13d2c9b commit 348c962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getDescription() {
@Override
public List<Recipe> getRecipeList() {
return Collections.singletonList(new RemoveBooleanFlag(
"org.ff4j.FF4j check(String)",
"org.ff4j.FF4j check(String, ..)",
featureKey, replacementValue));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getDescription() {
@Override
public List<Recipe> getRecipeList() {
return Collections.singletonList(new RemoveBooleanFlag(
"dev.openfeature.sdk.Features getBooleanValue(String, Boolean)",
"dev.openfeature.sdk.Features getBooleanValue(String, ..)",
featureKey, replacementValue));
}
}

0 comments on commit 348c962

Please sign in to comment.