Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs
===================================================================
diff -u -r2dc7bb7aef782fd08d2474e14cc5486725896b38 -r28064349855037e892288c81383f1413f4e84f4c
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs (.../StochasticSoilModelReader.cs) (revision 2dc7bb7aef782fd08d2474e14cc5486725896b38)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs (.../StochasticSoilModelReader.cs) (revision 28064349855037e892288c81383f1413f4e84f4c)
@@ -33,7 +33,7 @@
namespace Ringtoets.Common.IO.SoilProfile
{
///
- /// This class reads a DSoil database file and reads stochastic soil model from this database.
+ /// This class reads a D-Soil Model file and reads stochastic soil model from this database.
///
public class StochasticSoilModelReader : SqLiteDatabaseReaderBase
{
@@ -43,13 +43,13 @@
private SegmentPointReader segmentPointReader;
///
- /// Creates a new instance of ,
+ /// Creates a new instance of
/// which will use the as its source.
///
/// The path of the database file to open.
/// Thrown when:
///
- /// - The contains invalid characters.
+ /// - The contains invalid characters;
/// - No file could be found at .
///
///
@@ -96,8 +96,8 @@
/// values for required properties.
/// Thrown when:
///
- /// - no stochastic soil profiles could be read;
- /// - the read failure mechanism type is not supported.
+ /// - No stochastic soil profiles could be read;
+ /// - The read failure mechanism type is not supported.
///
///
public StochasticSoilModel ReadStochasticSoilModel()
@@ -194,9 +194,9 @@
/// if no more soil models can be read.
/// Thrown when:
///
- /// - no stochastic soil profiles could be read;
- /// - the geometry could not be read;
- /// - the read failure mechanism type is not supported.
+ /// - No stochastic soil profiles could be read;
+ /// - The geometry could not be read;
+ /// - The read failure mechanism type is not supported.
///
///
private StochasticSoilModel TryReadStochasticSoilModel()
@@ -242,8 +242,8 @@
/// The read stochastic soil profiles.
/// Thrown when:
///
- /// - no stochastic soil profiles could be read;
- /// - the read failure mechanism type is not supported.
+ /// - No stochastic soil profiles could be read;
+ /// - The read failure mechanism type is not supported.
///
///
private IEnumerable ReadStochasticSoilProfiles(long stochasticSoilModelId)