Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs =================================================================== diff -u -rce94b8228bc7e51779b3754217580f13cb35e475 -rbe9428984d28fcbd8f6089f1c1184cd9763c18bf --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision be9428984d28fcbd8f6089f1c1184cd9763c18bf) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using System.ComponentModel; using Core.Common.Base.Data; using Core.Common.Base.Storage; using Ringtoets.Common.Data.FailureMechanism; -using Ringtoets.Common.Forms.TypeConverters; namespace Ringtoets.Integration.Data.StandAlone.SectionResults { @@ -60,7 +58,6 @@ /// /// Gets or sets the value of the tailored assessment of safety. /// - [TypeConverter(typeof(FailureMechanismSectionResultNoValueRoundedDoubleConverter))] public RoundedDouble AssessmentLayerThree { get; set; } public long StorageId { get; set; }