Skip to content

Commit

Permalink
Merge pull request #8390 from mandy-chessell/oak2024
Browse files Browse the repository at this point in the history
Populate RequestedCatalogTarget in default constructor method
  • Loading branch information
mandy-chessell committed Sep 15, 2024
2 parents 4c18332 + 07aa620 commit b7d5f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public interface CatalogTargetIntegrator
default RequestedCatalogTarget getNewRequestedCatalogTargetSkeleton(CatalogTarget retrievedCatalogTarget,
Connector connectorToTarget) throws ConnectorCheckedException
{
return new RequestedCatalogTarget();
return new RequestedCatalogTarget(retrievedCatalogTarget, connectorToTarget);
}
}

0 comments on commit b7d5f16

Please sign in to comment.