Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Handlers/IAssessmentSectionMergeHandler.cs
===================================================================
diff -u -r7fad62a843a5b8cd970b900800b851581e49476a -rda37012b69e539db6eced40ce5b8fc6f8d8853e1
--- 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 da37012b69e539db6eced40ce5b8fc6f8d8853e1)
@@ -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