Skip to content

Commit

Permalink
DBZ-8035 Align core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jpechane committed Aug 20, 2024
1 parent efa9747 commit 223b246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/
public class InformixTaskContext extends CdcSourceTaskContext {
public InformixTaskContext(InformixConnectorConfig config, InformixDatabaseSchema schema) {
super(config.getContextName(), config.getLogicalName(), config.getCustomMetricTags(), schema::tableIds);
super(config, config.getCustomMetricTags(), schema::tableIds);
}
}

0 comments on commit 223b246

Please sign in to comment.