Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/PipingSurfaceLinesCsvReader.cs =================================================================== diff -u -r9a4c74a9d2cc49987adf0049919baafa6e12a618 -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/PipingSurfaceLinesCsvReader.cs (.../PipingSurfaceLinesCsvReader.cs) (revision 9a4c74a9d2cc49987adf0049919baafa6e12a618) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/PipingSurfaceLinesCsvReader.cs (.../PipingSurfaceLinesCsvReader.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e) @@ -25,13 +25,12 @@ using System.IO; using System.Linq; using Core.Common.Base.Geometry; -using Core.Common.IO; using Core.Common.IO.Exceptions; using Core.Common.IO.Readers; using Core.Common.Utils; using Core.Common.Utils.Builders; -using Ringtoets.Piping.Data; using Ringtoets.Piping.IO.Properties; +using Ringtoets.Piping.Primitives; using UtilsResources = Core.Common.Utils.Properties.Resources; namespace Ringtoets.Piping.IO.SurfaceLines @@ -83,7 +82,7 @@ } /// - /// Reads the file to determine the number of available + /// Reads the file to determine the number of available /// data rows. /// /// A value greater than or equal to 0. @@ -109,7 +108,7 @@ /// /// Reads and consumes the next data row which contains a surface line, parsing the data to create an instance - /// of . + /// of . /// /// Return the parsed surfaceline, or null when at the end of the file. /// A critical error has occurred, which may be caused by: