Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineUpdateHandler.cs
===================================================================
diff -u -re949ab20d487bf97ab1cedf2b360fdb1f948419f -r1c7123dc5b7b959127832d4d3f1d7a31eb6946df
--- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineUpdateHandler.cs (.../IReferenceLineUpdateHandler.cs) (revision e949ab20d487bf97ab1cedf2b360fdb1f948419f)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/IReferenceLineUpdateHandler.cs (.../IReferenceLineUpdateHandler.cs) (revision 1c7123dc5b7b959127832d4d3f1d7a31eb6946df)
@@ -27,16 +27,15 @@
namespace Ringtoets.Common.IO.ReferenceLines
{
///
- /// Interface for an object that can properly replace a
- /// from an .
+ /// Interface for an object that can properly update a .
///
public interface IReferenceLineUpdateHandler
{
///
- /// Checks to see if the replacement of the should occur
+ /// Checks to see if the update of the should occur
/// or not.
///
- /// true if the replacement should occur, false otherwise.
+ /// true if the update should occur, false otherwise.
bool ConfirmReplace();
///