Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/StochasticSoilProfileTableDefinitions.cs
===================================================================
diff -u -r261d8e56f76b7bb4f5c5be7082bc3dfcb281657c -r2ff863d4f541aa91cc29852317a4ff50b0fb71ed
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/StochasticSoilProfileTableDefinitions.cs (.../StochasticSoilProfileTableDefinitions.cs) (revision 261d8e56f76b7bb4f5c5be7082bc3dfcb281657c)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/StochasticSoilProfileTableDefinitions.cs (.../StochasticSoilProfileTableDefinitions.cs) (revision 2ff863d4f541aa91cc29852317a4ff50b0fb71ed)
@@ -27,27 +27,27 @@
internal static class StochasticSoilProfileTableDefinitions
{
///
- /// Gets the name of the table.
+ /// The name of the table.
///
public const string TableName = "StochasticSoilProfile";
///
- /// Gets the name of the stochastic soil profile 1D id column.
+ /// The name of the stochastic soil profile 1D id column.
///
public const string SoilProfile1DId = "SP1D_ID";
///
- /// Gets the name of the stochastic soil profile 2D id column.
+ /// The name of the stochastic soil profile 2D id column.
///
public const string SoilProfile2DId = "SP2D_ID";
///
- /// Gets the name of the stochastic soil profile probability column.
+ /// The name of the stochastic soil profile probability column.
///
public const string Probability = "Probability";
///
- /// Gets the name of the alias used for identifying if the database consists only of
+ /// The name of the alias used for identifying if the database consists only of
/// valid probabilities.
///
public const string AllProbabilitiesValid = "AllProbabilitiesValid";