Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs =================================================================== diff -u -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 -r7f759fbabca9c41e75d229269f1b21581b373b5f --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs) (revision 7f759fbabca9c41e75d229269f1b21581b373b5f) @@ -38,15 +38,10 @@ /// /// The to create for. /// The target of the read operation. - /// The object keeping track of read operations. /// A new . - /// Thrown when is null. - internal static void Read(this WaveImpactAsphaltCoverSectionResultEntity entity, WaveImpactAsphaltCoverFailureMechanismSectionResult sectionResult, ReadConversionCollector collector) + /// Thrown when is null. + internal static void Read(this WaveImpactAsphaltCoverSectionResultEntity entity, WaveImpactAsphaltCoverFailureMechanismSectionResult sectionResult) { - if (collector == null) - { - throw new ArgumentNullException("collector"); - } if (sectionResult == null) { throw new ArgumentNullException("sectionResult");