Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/CharacteristicPointsCsvReader.cs
===================================================================
diff -u -rc6dd26c14af11a7e13f783f578466e46b463165a -rfea3332b5f7a5cea6b41de4a6368c1f1c2bf1282
--- Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/CharacteristicPointsCsvReader.cs (.../CharacteristicPointsCsvReader.cs) (revision c6dd26c14af11a7e13f783f578466e46b463165a)
+++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SurfaceLines/CharacteristicPointsCsvReader.cs (.../CharacteristicPointsCsvReader.cs) (revision fea3332b5f7a5cea6b41de4a6368c1f1c2bf1282)
@@ -370,7 +370,7 @@
///
/// A single line read from file.
/// A new with name and characteristic points set.
- /// Thrown when:
+ /// Thrown when:
///
/// - has too many or few columns.
/// - contains a coordinate value which could not be parsed to .
@@ -395,7 +395,7 @@
///
/// The string read from file.
/// The to set the characteristic points for.
- /// Thrown when
+ /// Thrown when
/// contains a coordinate value which could not be parsed to .
private void SetCharacteristicPoints(string[] tokenizedString, CharacteristicPoints location)
{
@@ -428,7 +428,7 @@
/// The key for the type of characteristic point.
/// The name of the location used for creating descriptive errors.
/// A new with values for x,y,z set.
- ///
+ ///
/// contains a value which could not be parsed to a double in the column that had to be read for creating
/// the .
private Point3D GetPoint3D(string[] valuesRead, string typeKey, string locationName)