Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Builders/FailureMechanismSectionResultViewColumnBuilder.cs
===================================================================
diff -u -rc90315c4f257a3eec4167d0ddbd0ec9a389aff95 -r8151d2a2528c3a943ae4cd9db3df150470ce3697
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Builders/FailureMechanismSectionResultViewColumnBuilder.cs (.../FailureMechanismSectionResultViewColumnBuilder.cs) (revision c90315c4f257a3eec4167d0ddbd0ec9a389aff95)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Builders/FailureMechanismSectionResultViewColumnBuilder.cs (.../FailureMechanismSectionResultViewColumnBuilder.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697)
@@ -241,7 +241,7 @@
///
/// Adds a column to the showing the detailed assessment result type
- /// for the mechanism specific lower limit norm category (IIIv - IVv).
+ /// for the failure mechanism specific lower limit norm category (IIIv - IVv).
///
/// The to add the column to.
/// The data property name of the column.
Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs
===================================================================
diff -u -r2c04d1e2979c33829feed0f0101879a24b0b9667 -r8151d2a2528c3a943ae4cd9db3df150470ce3697
--- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 2c04d1e2979c33829feed0f0101879a24b0b9667)
+++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697)
@@ -142,7 +142,7 @@
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the mechanism specific lower limit norm (Cat IIIv - IVv).
+ /// for the failure mechanism specific lower limit norm (Cat IIIv - IVv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm
{
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs
===================================================================
diff -u -ref5806c808ecd8a1d443a647f3bde8c46d48dfe1 -r8151d2a2528c3a943ae4cd9db3df150470ce3697
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResult.cs) (revision ef5806c808ecd8a1d443a647f3bde8c46d48dfe1)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResult.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697)
@@ -69,7 +69,7 @@
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the mechanism specific lower limit norm (Cat IIIv - IVv).
+ /// for the failure mechanism specific lower limit norm (Cat IIIv - IVv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm { get; set; }
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismResultView.cs
===================================================================
diff -u -r7150f912536e96fc66e4c0fb549eb07ae097d4c2 -r8151d2a2528c3a943ae4cd9db3df150470ce3697
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismResultView.cs (.../WaveImpactAsphaltCoverFailureMechanismResultView.cs) (revision 7150f912536e96fc66e4c0fb549eb07ae097d4c2)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismResultView.cs (.../WaveImpactAsphaltCoverFailureMechanismResultView.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697)
@@ -53,7 +53,8 @@
WaveImpactAsphaltCoverFailureMechanism failureMechanism)
: base(failureMechanismSectionResults, failureMechanism) {}
- protected override WaveImpactAsphaltCoverFailureMechanismSectionResultRow CreateFailureMechanismSectionResultRow(WaveImpactAsphaltCoverFailureMechanismSectionResult sectionResult)
+ protected override WaveImpactAsphaltCoverFailureMechanismSectionResultRow CreateFailureMechanismSectionResultRow(
+ WaveImpactAsphaltCoverFailureMechanismSectionResult sectionResult)
{
return new WaveImpactAsphaltCoverFailureMechanismSectionResultRow(
sectionResult,
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r7150f912536e96fc66e4c0fb549eb07ae097d4c2 -r8151d2a2528c3a943ae4cd9db3df150470ce3697
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs) (revision 7150f912536e96fc66e4c0fb549eb07ae097d4c2)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697)
@@ -141,7 +141,7 @@
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the mechanism specific signaling norm (Cat IIIv - IVv).
+ /// for the failure mechanism specific signaling norm (Cat IIIv - IVv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm
{