Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsLocationDailyProperties.cs =================================================================== diff -u -r66893bb1248edc38de9409e959984dad5a4a6af6 -rc6719f7c61c39cbeda54d041a604c98cc4a83970 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsLocationDailyProperties.cs (.../MacroStabilityInwardsLocationDailyProperties.cs) (revision 66893bb1248edc38de9409e959984dad5a4a6af6) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsLocationDailyProperties.cs (.../MacroStabilityInwardsLocationDailyProperties.cs) (revision c6719f7c61c39cbeda54d041a604c98cc4a83970) @@ -45,23 +45,10 @@ public MacroStabilityInwardsLocationDailyProperties(MacroStabilityInwardsLocationInputDaily data, IObservablePropertyChangeHandler handler) : base(data, handler) {} - [ResourcesDescription(typeof(Resources), nameof(Resources.WaterLevelPolder_Daily_Description))] - public override RoundedDouble WaterLevelPolder - { - get - { - return base.WaterLevelPolder; - } - set - { - base.WaterLevelPolder = value; - } - } - [PropertyOrder(penetrationLengthPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.PenetrationLength_DisplayName))] - [ResourcesDescription(typeof(Resources), nameof(Resources.PenetrationLength_Daily_Description))] + [ResourcesDescription(typeof(Resources), nameof(Resources.PenetrationLength_Description))] public RoundedDouble PenetrationLength { get