Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityInwardsSectionResultEntityReadExtensions.cs
===================================================================
diff -u -r99f5c8f535c01eb9882a703e09572ab4b5fe3d97 -rf909c714921a6c7c24772a7510ce5ad134f70cf5
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityInwardsSectionResultEntityReadExtensions.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensions.cs) (revision 99f5c8f535c01eb9882a703e09572ab4b5fe3d97)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityInwardsSectionResultEntityReadExtensions.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensions.cs) (revision f909c714921a6c7c24772a7510ce5ad134f70cf5)
@@ -29,19 +29,19 @@
{
///
/// This class defines extension methods for read operations for a based on the
- /// .
+ /// .
///
internal static class MacroStabilityInwardsSectionResultEntityReadExtensions
{
///
- /// Reads the and use the information to update a
+ /// Reads the and use the information to update a
/// .
///
- /// The to create for.
+ /// The to create for.
/// The target of the read operation.
/// A new .
/// Thrown when is null.
- internal static void Read(this MacrostabilityInwardsSectionResultEntity entity, MacroStabilityInwardsFailureMechanismSectionResult sectionResult)
+ internal static void Read(this MacroStabilityInwardsSectionResultEntity entity, MacroStabilityInwardsFailureMechanismSectionResult sectionResult)
{
if (sectionResult == null)
{