Skip to content

Commit 4bd9b02

Browse files
committed
rebase change
1 parent b8fa72a commit 4bd9b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/validators/TraceValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class TraceValidator implements IValidator {
4141
private FileConfig expectedTrace;
4242

4343
@Override
44-
public void init(Context context, ICaller caller, FileConfig expectedTrace) throws Exception {
44+
public void init(Context context, ValidationConfig validationConfig, ICaller caller, FileConfig expectedTrace) throws Exception {
4545
this.xrayService = new XRayService(context.getRegion());
4646
this.caller = caller;
4747
this.context = context;

0 commit comments

Comments
 (0)