Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs =================================================================== diff -u -r4454d09ddf61ff3eeef0432bdb6bbe7cdea12824 -ra9ab2d906323a908ed5e7a245b5813380776961a --- Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision 4454d09ddf61ff3eeef0432bdb6bbe7cdea12824) +++ Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision a9ab2d906323a908ed5e7a245b5813380776961a) @@ -226,7 +226,7 @@ /// /// The failure mechanism containing . /// The soil profile residing in - /// that should be removed. + /// that has beeen removed. /// All observable objects affected by this method. /// Thrown when /// or is null. @@ -258,11 +258,11 @@ /// /// The failure mechanism containing . /// The soil profile residing in - /// that should be removed. + /// that has been updated. /// All observable objects affected by this method. /// Thrown when /// or is null. - public static IEnumerable UpdateStochasticSoilProfileForInput(PipingFailureMechanism failureMechanism, StochasticSoilProfile soilProfile) + public static IEnumerable ClearStochasticSoilProfileDependentData(PipingFailureMechanism failureMechanism, StochasticSoilProfile soilProfile) { if (failureMechanism == null) {