Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs =================================================================== diff -u -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e -rd82fa09fe9ae053ce7702ba89ef23ae029640d1b --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs (.../SoilProfile1DReader.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilProfile1DReader.cs (.../SoilProfile1DReader.cs) (revision d82fa09fe9ae053ce7702ba89ef23ae029640d1b) @@ -32,15 +32,15 @@ { /// /// 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.