Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs =================================================================== diff -u -r1d0754dba6c2a05f96d4ea937cc0d6de62644755 -rccdfbe172de6e45b9330163da0f80fb526d58f07 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision 1d0754dba6c2a05f96d4ea937cc0d6de62644755) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision ccdfbe172de6e45b9330163da0f80fb526d58f07) @@ -37,9 +37,10 @@ /// The that holds the information required to perform a calculation. /// The used when performing a calculation. /// The name of the calculation to validate. - /// The name of the design water level to be displayed when a related error message needs to be generated + /// 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 /// the ; True otherwise. + /// Thrown when is null bool Validate(WaveConditionsInput input, HydraulicBoundaryDatabase hydraulicBoundaryDatabase, string name, string designWaterLevelName); ///