Skip to content

Commit

Permalink
backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Sep 2, 2024
1 parent 8714b60 commit 18c4989
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ public final class InterceptorParameters {
private final TestPrioritiser testPrioritiser;


@Deprecated
public InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser) {
this(conf, data, coverage, source, testPrioritiser, null);
}

public InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
Expand Down

0 comments on commit 18c4989

Please sign in to comment.