Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/FailureMechanismSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r8767bf4def15fc3152bab00df2e7ca1c76e64b18 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/FailureMechanismSectionResultRow.cs (.../FailureMechanismSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/FailureMechanismSectionResultRow.cs (.../FailureMechanismSectionResultRow.cs) (revision 8767bf4def15fc3152bab00df2e7ca1c76e64b18) @@ -47,11 +47,6 @@ } /// - /// Gets the that is the source of this row. - /// - protected T SectionResult { get; private set; } - - /// /// Gets the name of the failure mechanism section. /// public string Name @@ -61,5 +56,10 @@ return SectionResult.Section.Name; } } + + /// + /// Gets the that is the source of this row. + /// + protected T SectionResult { get; private set; } } } \ No newline at end of file