Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r758ce737a65c6a90b92ef8446aa911ced6d7b21a -ra493758b8df1196d55fc8e4552e271eafddbbefe
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 758ce737a65c6a90b92ef8446aa911ced6d7b21a)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision a493758b8df1196d55fc8e4552e271eafddbbefe)
@@ -31,20 +31,20 @@
namespace Ringtoets.HeightStructures.Forms.Views
{
///
- /// This class represents a row of for height structures.
+ /// This class represents a row of for height structures.
///
- internal class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow>
+ internal class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow
{
private readonly HeightStructuresFailureMechanism failureMechanism;
private readonly IAssessmentSection assessmentSection;
///
/// Creates a new instance of .
///
- /// The this row contains.
+ /// The this row contains.
/// The failure mechanism the result belongs to.
/// The assessment section the result belongs to.
/// Thrown when any parameter is null.
- public HeightStructuresFailureMechanismSectionResultRow(StructuresFailureMechanismSectionResult sectionResult,
+ public HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult,
HeightStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)
: base(sectionResult)