Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs
===================================================================
diff -u -rd393a6e22ba176f0ce9731629a37ce3272b1f433 -rafe6bfdec2a155872cacd3bb3ed786ee5a785118
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs (.../HeightStructuresCalculationConfiguration.cs) (revision d393a6e22ba176f0ce9731629a37ce3272b1f433)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs (.../HeightStructuresCalculationConfiguration.cs) (revision afe6bfdec2a155872cacd3bb3ed786ee5a785118)
@@ -29,13 +29,13 @@
public class HeightStructuresCalculationConfiguration : StructuresCalculationConfiguration
{
///
- /// Creates a new instance of
+ /// Creates a new instance of .
///
- ///
+ /// The name of the .
public HeightStructuresCalculationConfiguration(string name) : base(name) {}
///
- /// Gets or sets the stochast configuration for the level of the crest for the structure.
+ /// Gets or sets the stochast configuration for the crest level for the structure.
///
public MeanStandardDeviationStochastConfiguration LevelCrestStructure { get; set; }
}