Index: Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/ISurfaceLineUpdateDataStrategy.cs =================================================================== diff -u -ra940166534b3dd6e778de2e7c8e7e5241f3d3381 -rb8fa5d6867c945f3f1744fd1455b89cadb357959 --- Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/ISurfaceLineUpdateDataStrategy.cs (.../ISurfaceLineUpdateDataStrategy.cs) (revision a940166534b3dd6e778de2e7c8e7e5241f3d3381) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/ISurfaceLineUpdateDataStrategy.cs (.../ISurfaceLineUpdateDataStrategy.cs) (revision b8fa5d6867c945f3f1744fd1455b89cadb357959) @@ -28,13 +28,12 @@ namespace Ringtoets.Common.IO.SurfaceLines { /// - /// Interface describing the method of updating the data model after new surface lines - /// have been imported. + /// Interface for updating the data model after new surface lines have been imported. /// public interface ISurfaceLineUpdateDataStrategy where T : IMechanismSurfaceLine { /// - /// Updates the surface lines using the . + /// Updates the surface lines on the data model using the . /// /// The surface lines that need to be set on the data model. /// The source path from where the surface lines were imported from.