Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs =================================================================== diff -u -r3c3bc4318d728483de24e464ae6e15f3f02fa146 -r92549be285a5082435e9625732cf33ff50cd60b9 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs (.../StochasticSoilModelUpdateDataStrategy.cs) (revision 3c3bc4318d728483de24e464ae6e15f3f02fa146) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs (.../StochasticSoilModelUpdateDataStrategy.cs) (revision 92549be285a5082435e9625732cf33ff50cd60b9) @@ -34,11 +34,14 @@ { /// /// Strategy for updating the current stochastic soil models with the imported stochastic soil models. - /// Adds stochastic soil models that are imported and are not part of current stochastic soil model collection. - /// Removes stochastic soil models that are part of the current stochastic soil model collection, but were not + /// + /// Adds stochastic soil models that are imported and are not part of current stochastic soil model collection. + /// Removes stochastic soil models that are part of the current stochastic soil model collection, but were not /// amongst the imported stochastic soil models. - /// Updates stochastic soil models that are part of the current stochastic soil model collection and are also - /// imported. + /// + /// Updates stochastic soil models that are part of the current stochastic soil model collection and are also + /// imported. + /// /// public class StochasticSoilModelUpdateDataStrategy : IStochasticSoilModelUpdateModelStrategy {