Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs
===================================================================
diff -u -r3bf7e84ac84de7dd0be38be7e9f2372878e733f6 -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e
--- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision 3bf7e84ac84de7dd0be38be7e9f2372878e733f6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e)
@@ -25,15 +25,15 @@
using Core.Common.IO.Exceptions;
using Core.Common.IO.Readers;
using Core.Common.Utils.Builders;
-using Ringtoets.Piping.Data;
using Ringtoets.Piping.IO.Exceptions;
using Ringtoets.Piping.IO.Properties;
+using Ringtoets.Piping.Primitives;
using UtilsResources = Core.Common.Utils.Properties.Resources;
namespace Ringtoets.Piping.IO.SoilProfile
{
///
- /// This class reads a SqLite database file and constructs instances from this database.
+ /// This class reads a SqLite database file and constructs instances from this database.
///
public class PipingSoilProfileReader : SqLiteDatabaseReaderBase, IRowBasedDatabaseReader
{
@@ -74,9 +74,9 @@
///
/// Reads the information for the next profile from the database and creates a
- /// instance of the information.
+ /// instance of the information.
///
- /// The next from the database, or null if no more profiles can be read.
+ /// The next from the database, or null if no more profiles can be read.
/// Thrown when reading the profile in the database contained a non-parsable geometry.
/// Thrown when the database returned incorrect values for required properties.
public PipingSoilProfile ReadProfile()
@@ -161,9 +161,9 @@
}
///
- /// Reads a from the database.
+ /// Reads a from the database.
///
- /// A new .
+ /// A new .
/// Thrown when a recoverable error occurred while reading from the database.
/// Thrown when recovering from the failed.
private PipingSoilProfile ReadPipingSoilProfile()