Skip to content

Commit

Permalink
Stop using deprecated FeatureEntry.createRequires
Browse files Browse the repository at this point in the history
Use the newer one with one more param
  • Loading branch information
akurtakov committed Oct 9, 2024
1 parent d15a880 commit 50145ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected VersionRange getVersionRange(FeatureEntry entry) {
}

}
FeatureEntry entry = FeatureEntry.createRequires("dummy", version, rule, null, false);
FeatureEntry entry = FeatureEntry.createRequires("dummy", version, rule, null, false, true);

return new DummyFeatureAction().getVersionRange(entry);
}
Expand Down

0 comments on commit 50145ed

Please sign in to comment.