Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineReplaceHandler.cs
===================================================================
diff -u -r2a81f01756e227d5ce93717b21b87e8a5cd5fcbb -r00b160ed6c781f5f20b3697143c255fc498b0ef1
--- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineReplaceHandler.cs (.../IReferenceLineReplaceHandler.cs) (revision 2a81f01756e227d5ce93717b21b87e8a5cd5fcbb)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineReplaceHandler.cs (.../IReferenceLineReplaceHandler.cs) (revision 00b160ed6c781f5f20b3697143c255fc498b0ef1)
@@ -42,10 +42,10 @@
/// Replaces the of a
/// and propagates the changes to underlying data structure.
///
- /// The section to be updated.
+ /// The reference line to be updated.
/// The new reference line.
/// All objects that have been affected by the replacement.
- IEnumerable Replace(IAssessmentSection section, ReferenceLine newReferenceLine);
+ IEnumerable Replace(ReferenceLine oldReferenceLine, ReferenceLine newReferenceLine);
///
/// Perform post-replacement updates.