Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs =================================================================== diff -u -rafe6bfdec2a155872cacd3bb3ed786ee5a785118 -r5da2eede50bb14cb73fc2ea8a122c03244c428a2 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs (.../HeightStructuresCalculationConfiguration.cs) (revision afe6bfdec2a155872cacd3bb3ed786ee5a785118) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresCalculationConfiguration.cs (.../HeightStructuresCalculationConfiguration.cs) (revision 5da2eede50bb14cb73fc2ea8a122c03244c428a2) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using Ringtoets.Common.IO.Configurations; namespace Ringtoets.HeightStructures.IO @@ -32,6 +33,7 @@ /// Creates a new instance of . /// /// The name of the . + /// Thrown when is null. public HeightStructuresCalculationConfiguration(string name) : base(name) {} ///