Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs
===================================================================
diff -u -ree206fe08782d701c721a3cee64ab452352e1b0a -r0ec64f4150d76a9530b3bed3f1af18334b5bf673
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs (.../StochasticSoilModelReader.cs) (revision ee206fe08782d701c721a3cee64ab452352e1b0a)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/StochasticSoilModelReader.cs (.../StochasticSoilModelReader.cs) (revision 0ec64f4150d76a9530b3bed3f1af18334b5bf673)
@@ -66,7 +66,7 @@
/// - The database version is incorrect;
/// - Required information for constraint evaluation could not be read;
/// - The database segment names are not unique;
- /// - Failed to fetch stochastic soil models from the database.
+ /// - The query to fetch stochastic soil models from the database failed.
///
///
public void Validate()
@@ -167,7 +167,8 @@
///
/// Creates a new .
///
- /// Thrown when failed to fetch stochastic soil models from the database.
+ /// Thrown when query to fetch stochastic soil
+ /// models from the database failed.
private void CreateDataReader()
{
string stochasticSoilModelSegmentsQuery = SoilDatabaseQueryBuilder.GetStochasticSoilModelOfMechanismQuery();