Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/MetaTableDefinitions.cs
===================================================================
diff -u -r261d8e56f76b7bb4f5c5be7082bc3dfcb281657c -r2ff863d4f541aa91cc29852317a4ff50b0fb71ed
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/MetaTableDefinitions.cs (.../MetaTableDefinitions.cs) (revision 261d8e56f76b7bb4f5c5be7082bc3dfcb281657c)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/Schema/MetaTableDefinitions.cs (.../MetaTableDefinitions.cs) (revision 2ff863d4f541aa91cc29852317a4ff50b0fb71ed)
@@ -27,17 +27,17 @@
internal static class MetaTableDefinitions
{
///
- /// Gets the name of the table.
+ /// The name of the table.
///
public const string TableName = "_MetaData";
///
- /// Gets the name of the 'key' column.
+ /// The name of the 'key' column.
///
public const string Key = "Key";
///
- /// Gets the name of the 'value' column.
+ /// The name of the 'value' column.
///
public const string Value = "Value";
}