Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFormattedSoilLayerDataRow.cs =================================================================== diff -u -ra55213880414ace4d70b5755ee12783dec33f9b3 -rd9005dfa3b398d70ada0cf03cf408f8bcfc384db --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFormattedSoilLayerDataRow.cs (.../MacroStabilityInwardsFormattedSoilLayerDataRow.cs) (revision a55213880414ace4d70b5755ee12783dec33f9b3) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFormattedSoilLayerDataRow.cs (.../MacroStabilityInwardsFormattedSoilLayerDataRow.cs) (revision d9005dfa3b398d70ada0cf03cf408f8bcfc384db) @@ -32,18 +32,18 @@ namespace Ringtoets.MacroStabilityInwards.Forms.Views { /// - /// This class represents a row of . + /// This class represents a row of . /// public class MacroStabilityInwardsFormattedSoilLayerDataRow { /// /// Creates a new instance of . /// - /// The to format. + /// The to format. /// The index of the soil layer within the soil profile. /// Thrown when /// is null. - public MacroStabilityInwardsFormattedSoilLayerDataRow(IMacroStabilityInwardsSoilLayerData layerData, int layerIndex) + public MacroStabilityInwardsFormattedSoilLayerDataRow(MacroStabilityInwardsSoilLayerData layerData, int layerIndex) { if (layerData == null) {