Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r758ce737a65c6a90b92ef8446aa911ced6d7b21a -r6f13804bd7731f68a54aecc1805577344470ef20
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 758ce737a65c6a90b92ef8446aa911ced6d7b21a)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 6f13804bd7731f68a54aecc1805577344470ef20)
@@ -31,22 +31,22 @@
namespace Ringtoets.ClosingStructures.Forms.Views
{
///
- /// This class represents a row of for closing structures
+ /// This class represents a row of .
///
- public class ClosingStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow>
+ public class ClosingStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow
{
private readonly ClosingStructuresFailureMechanism failureMechanism;
private readonly IAssessmentSection assessmentSection;
///
/// Creates a new instance of .
///
- /// The to wrap
+ /// The to wrap
/// so that it can be displayed as a row.
/// The failure mechanism the result belongs to.
/// The assessment section the result belongs to.
/// Thrown when any parameter is null.
- public ClosingStructuresFailureMechanismSectionResultRow(StructuresFailureMechanismSectionResult sectionResult,
+ public ClosingStructuresFailureMechanismSectionResultRow(ClosingStructuresFailureMechanismSectionResult sectionResult,
ClosingStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)
: base(sectionResult)
@@ -113,7 +113,7 @@
///
/// Gets the of the wrapped
- /// .
+ /// .
///
/// null if the wrapped section result does not have a calculation
/// set. Otherwise the calculation of the wrapped section result is returned.