Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs =================================================================== diff -u -r5278b82071883876afcaa601e722f564c5815aab -r497172e737ffc201c0f905e85a246cdba3c0cb1c --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs (.../StabilityLocationCreator.cs) (revision 5278b82071883876afcaa601e722f564c5815aab) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs (.../StabilityLocationCreator.cs) (revision 497172e737ffc201c0f905e85a246cdba3c0cb1c) @@ -36,14 +36,14 @@ /// Creates a based on the given , /// which can be used in the . /// - /// The to get the information from. + /// The to get the information from. /// A new with the given information from . /// Thrown when is null. - /// Thrown when + /// Thrown when /// is an invalid value. - /// Thrown when + /// Thrown when /// is a valid value but unsupported. - public static StabilityLocation Create(MacroStabilityInwardsCalculatorInput input) + public static StabilityLocation Create(UpliftVanCalculatorInput input) { if (input == null) {