Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs =================================================================== diff -u -rdc338e85283e37af4984f737a9f7ae0d213596be -rd82fa09fe9ae053ce7702ba89ef23ae029640d1b --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision dc338e85283e37af4984f737a9f7ae0d213596be) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision d82fa09fe9ae053ce7702ba89ef23ae029640d1b) @@ -33,7 +33,7 @@ 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()