Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelChangeHandler.cs =================================================================== diff -u -r8eb717ca45b6518cccfef85e481e0da52ce1df4e -r26da131fa5dbcf95f9a16de6f81eb4acc8d1be14 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelChangeHandler.cs (.../StochasticSoilModelChangeHandler.cs) (revision 8eb717ca45b6518cccfef85e481e0da52ce1df4e) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelChangeHandler.cs (.../StochasticSoilModelChangeHandler.cs) (revision 26da131fa5dbcf95f9a16de6f81eb4acc8d1be14) @@ -24,7 +24,7 @@ using System.Linq; using Core.Common.Gui; using Ringtoets.Piping.Data; -using Ringtoets.Piping.IO.Importers; +using Ringtoets.Common.IO; using Ringtoets.Piping.Plugin.Properties; namespace Ringtoets.Piping.Plugin.FileImporter @@ -33,7 +33,7 @@ /// Class which can, if required, inquire the user for a confirmation when a change to the /// stochastic soil model collection requires calculation results to be altered. /// - public class StochasticSoilModelChangeHandler : IStochasticSoilModelChangeHandler + public class StochasticSoilModelChangeHandler : IConfirmDataChangeHandler { private readonly PipingFailureMechanism failureMechanism; private readonly IInquiryHelper inquiryHandler;