Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilProfileTransformer.cs
===================================================================
diff -u -re343b677ebba0cff9ce37025214aa3109af39a1a -r85b10b88eb31823c50ca052d34baacc6e006ad4c
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilProfileTransformer.cs (.../MacroStabilityInwardsSoilProfileTransformer.cs) (revision e343b677ebba0cff9ce37025214aa3109af39a1a)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilProfileTransformer.cs (.../MacroStabilityInwardsSoilProfileTransformer.cs) (revision 85b10b88eb31823c50ca052d34baacc6e006ad4c)
@@ -35,14 +35,14 @@
internal static class MacroStabilityInwardsSoilProfileTransformer
{
///
- /// Transforms the generic into an .
+ /// Transforms the generic into an .
///
/// The soil profile to use in the transformation.
- /// A new based on the given data.
+ /// A new based on the given data.
/// Thrown when is null.
/// Thrown when transformation would not result
/// in a valid transformed instance.
- public static IMacroStabilityInwardsSoilProfile Transform(ISoilProfile soilProfile)
+ public static IMacroStabilityInwardsSoilProfile Transform(ISoilProfile soilProfile)
{
if (soilProfile == null)
{