Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs =================================================================== diff -u -r28dfcf88e8af14cbf603ec0897bf418fdbe41ae5 -r61749a95649b845b5705ea40825b5f4257d38ed5 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs (.../IAssessmentSectionMergeHandler.cs) (revision 28dfcf88e8af14cbf603ec0897bf418fdbe41ae5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs (.../IAssessmentSectionMergeHandler.cs) (revision 61749a95649b845b5705ea40825b5f4257d38ed5) @@ -36,8 +36,7 @@ /// The assessment section to merge to. /// The assessment section to merge from. /// The failure mechanisms to merge. - void PerformMerge(AssessmentSection originalAssessmentSection, - AssessmentSection assessmentSectionToMerge, + void PerformMerge(AssessmentSection originalAssessmentSection, AssessmentSection assessmentSectionToMerge, IEnumerable failureMechanismToMerge); } } \ No newline at end of file