Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs
===================================================================
diff -u -rfab2798bdc0feb4454b6384aefbe9db3f9a294fb -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e
--- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs (.../SoilProfile1DReader.cs) (revision fab2798bdc0feb4454b6384aefbe9db3f9a294fb)
+++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs (.../SoilProfile1DReader.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e)
@@ -23,24 +23,24 @@
using System.Data.SQLite;
using Core.Common.IO.Readers;
using Core.Common.Utils.Builders;
-using Ringtoets.Piping.Data;
using Ringtoets.Piping.IO.Builders;
using Ringtoets.Piping.IO.Exceptions;
using Ringtoets.Piping.IO.Properties;
+using Ringtoets.Piping.Primitives;
namespace Ringtoets.Piping.IO.SoilProfile
{
///
/// This class is responsible for reading 1d profile definitions from the Soil database using a constructed reader
- /// and transform the definitions to a .
+ /// and transform the definitions to a .
///
internal static class SoilProfile1DReader
{
///
/// Reads a 1D profile from the given .
///
/// A which is used to read row values from.
- /// A new , which is based on the information from the database.
+ /// A new , which is based on the information from the database.
/// Thrown when reading the profile encountered an unrecoverable error.
/// Thrown when reading the profile encountered a recoverable error.
internal static PipingSoilProfile ReadFrom(IRowBasedDatabaseReader reader)
@@ -66,7 +66,7 @@
///
/// Builds a from the given .
///
- /// Thrown when building the failed.
+ /// Thrown when building the failed.
private static PipingSoilProfile Build(SoilProfileBuilder1D soilProfileBuilder, string path, string profileName)
{
try
@@ -152,7 +152,7 @@
///
/// Creates a new instance of , which contains properties
- /// that are required to create a complete . If these properties
+ /// that are required to create a complete . If these properties
/// cannot be read, then the reader can proceed to the next profile.
///
/// The to read the required profile property values from.