Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs =================================================================== diff -u -r7fad62a843a5b8cd970b900800b851581e49476a -re965d58ff0ad849e95e133bb3a605961b9128dda --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs (.../IAssessmentSectionMergeHandler.cs) (revision 7fad62a843a5b8cd970b900800b851581e49476a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs (.../IAssessmentSectionMergeHandler.cs) (revision e965d58ff0ad849e95e133bb3a605961b9128dda) @@ -26,17 +26,17 @@ namespace Ringtoets.Integration.Plugin.Handlers { /// - /// Interface for handling the merge of the . + /// Interface for handling the merge of data. /// public interface IAssessmentSectionMergeHandler { /// - /// Performs the merges. + /// Performs the merge. /// - /// The assessment section to merge to. - /// The assessment section to merge from. - /// The failure mechanisms to merge. - void PerformMerge(AssessmentSection originalAssessmentSection, AssessmentSection assessmentSectionToMerge, - IEnumerable failureMechanismToMerge); + /// The assessment section to merge to. + /// The assessment section to merge from. + /// The failure mechanisms to merge. + void PerformMerge(AssessmentSection targetAssessmentSection, AssessmentSection sourceAssessmentSection, + IEnumerable failureMechanismsToMerge); } } \ No newline at end of file