Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IFailureMechanismPropertyChangeHandler.cs
===================================================================
diff -u -r9a001397536d9dcca5d009c8518478cdfcddbeca -r816744aa249d90e7460b9c2844292b2e0cf13669
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IFailureMechanismPropertyChangeHandler.cs (.../IFailureMechanismPropertyChangeHandler.cs) (revision 9a001397536d9dcca5d009c8518478cdfcddbeca)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IFailureMechanismPropertyChangeHandler.cs (.../IFailureMechanismPropertyChangeHandler.cs) (revision 816744aa249d90e7460b9c2844292b2e0cf13669)
@@ -9,21 +9,19 @@
/// Interface for an object that can properly handle data model changes due to a change of a
/// failure mechanism property.
///
-
public interface IFailureMechanismPropertyChangeHandler
{
///
- /// Checks to see if the replacement of the norm variable of the assessment section
- /// should occur or not.
+ /// Checks to see if the change of the failure mechanism property should occur or not.
///
/// true if the change should occur, false otherwise.
bool ConfirmPropertyChange();
///
- /// propagates the necessary changes to underlying data structure when a property has
+ /// Propagates the necessary changes to underlying data structure when a property has
/// been changed for a failure mechanism.
///
- /// The section to be updated.
+ /// The failure mechanism to be updated.
/// All objects that have been affected by the change.
/// Thrown when
/// is null.