Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelCollectionContext.cs =================================================================== diff -u -rdc682a1792664507e869ee5ecda02a9cff5426ea -r203d0f03d922b6dac20080dad8e82fe92c7bec86 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelCollectionContext.cs (.../StochasticSoilModelCollectionContext.cs) (revision dc682a1792664507e869ee5ecda02a9cff5426ea) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelCollectionContext.cs (.../StochasticSoilModelCollectionContext.cs) (revision 203d0f03d922b6dac20080dad8e82fe92c7bec86) @@ -20,7 +20,6 @@ // All rights reserved. using System; -using Core.Common.Base; using Core.Common.Controls.PresentationObjects; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; @@ -40,8 +39,8 @@ /// The assessment section. /// Thrown when any input argument is null. public StochasticSoilModelCollectionContext(StochasticSoilModelCollection wrappedStochasticSoilModels, - PipingFailureMechanism failureMechanism, - IAssessmentSection assessmentSection) + PipingFailureMechanism failureMechanism, + IAssessmentSection assessmentSection) : base(wrappedStochasticSoilModels) { if (failureMechanism == null)