Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSoilLayer2DBaseProperties.cs =================================================================== diff -u -r0950c1a469810e87b914ad0bc0cebbca32850a4e -r686c5eeaad900a6bb627733de8c21bd607f130aa --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSoilLayer2DBaseProperties.cs (.../MacroStabilityInwardsSoilLayer2DBaseProperties.cs) (revision 0950c1a469810e87b914ad0bc0cebbca32850a4e) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSoilLayer2DBaseProperties.cs (.../MacroStabilityInwardsSoilLayer2DBaseProperties.cs) (revision 686c5eeaad900a6bb627733de8c21bd607f130aa) @@ -34,18 +34,18 @@ namespace Ringtoets.MacroStabilityInwards.Forms.PropertyClasses { /// - /// Base ViewModel of for properties panel. + /// Base ViewModel of for properties panel. /// [TypeConverter(typeof(ExpandableObjectConverter))] - public class MacroStabilityInwardsSoilLayer2DBaseProperties : ObjectProperties + public class MacroStabilityInwardsSoilLayer2DBaseProperties : ObjectProperties { /// /// Creates a new instance of . /// /// The 2D soil layer for which the properties are shown. /// Thrown when /// is null. - public MacroStabilityInwardsSoilLayer2DBaseProperties(IMacroStabilityInwardsSoilLayer2D soilLayer) + public MacroStabilityInwardsSoilLayer2DBaseProperties(MacroStabilityInwardsSoilLayer2D soilLayer) { if (soilLayer == null) {