Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs
===================================================================
diff -u -rccdfbe172de6e45b9330163da0f80fb526d58f07 -r392584dccca4ed66738a303d6379e51b1c419195
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision ccdfbe172de6e45b9330163da0f80fb526d58f07)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision 392584dccca4ed66738a303d6379e51b1c419195)
@@ -19,6 +19,7 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
+using System;
using Core.Common.Base.Data;
using Ringtoets.HydraRing.Data;
using Ringtoets.Revetment.Data;
@@ -38,7 +39,7 @@
/// The used when performing a calculation.
/// The name of the calculation to validate.
/// The name of the design water level which is displayed when a log message is generated.
- /// False if contains invalid values or when no locations could be obtained from
+ /// false if contains invalid values or when no locations could be obtained from
/// the ; True otherwise.
/// Thrown when is null
bool Validate(WaveConditionsInput input, HydraulicBoundaryDatabase hydraulicBoundaryDatabase, string name, string designWaterLevelName);