Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs =================================================================== diff -u -r06d2a1e1525e818b3e71c4bcd61778e1ef4b2df7 -rf4efcc2bb58d597f4a19884d98d0ab79bab04b1c --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision 06d2a1e1525e818b3e71c4bcd61778e1ef4b2df7) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision f4efcc2bb58d597f4a19884d98d0ab79bab04b1c) @@ -116,7 +116,7 @@ IsEnabled = context => context.AssessmentSection.ReferenceLine != null, CreateFileImporter = (context, filePath) => new StochasticSoilModelImporter(context.WrappedData, filePath, - new StochasticSoilModelReplaceData()) + new StochasticSoilModelReplaceDataStrategy()) }; } @@ -567,7 +567,7 @@ { var importer = new StochasticSoilModelImporter(soilModelCollection, sourceFilePath, - new StochasticSoilModelUpdateData(failureMechanism)); + new StochasticSoilModelUpdateDataStrategy(failureMechanism)); var activity = new FileImportActivity(importer, PipingPluginResources.PipingPlugin_RunUpdateStochasticSoilModel_Update_StochasticSoilModels); ActivityProgressDialogRunner.Run(Gui.MainWindow, activity);