Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs =================================================================== diff -u -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e -rd82fa09fe9ae053ce7702ba89ef23ae029640d1b --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision d82fa09fe9ae053ce7702ba89ef23ae029640d1b) @@ -26,7 +26,7 @@ namespace Ringtoets.Piping.IO.Builders { /// - /// Helps in the creation of a . + /// Helps in the creation of a . /// internal class SoilProfileBuilder1D { @@ -44,9 +44,9 @@ } /// - /// Creates a new instances of the based on the layer definitions. + /// Creates a new instances of the based on the layer definitions. /// - /// A new . + /// A new . /// Thrown when no layers have been added through . internal PipingSoilProfile Build() { @@ -61,9 +61,9 @@ } /// - /// Adds a new , which will be added to the . + /// Adds a new , which will be added to the . /// - /// The to add. + /// The to add. internal void Add(PipingSoilLayer soilLayer) { layers.Add(soilLayer);