Index: Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs =================================================================== diff -u -rae74507edbfc4fe632ba5f964a147aff630dfe6e -r1b9445050ddc7786014349d7014c7c4d85242a5d --- Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision ae74507edbfc4fe632ba5f964a147aff630dfe6e) +++ Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision 1b9445050ddc7786014349d7014c7c4d85242a5d) @@ -23,6 +23,7 @@ using System.Collections.Generic; using System.IO; using System.Linq; +using Core.Common.Base.IO; using Core.Common.IO.Exceptions; using Core.Common.Utils; using log4net; @@ -198,9 +199,11 @@ /// /// Creates the input for an wave height calculation. /// - /// The to create the input from. + /// The + /// to create the input from. /// The norm to use during the calculation. - /// The filepath to the hydraulic boundary database. + /// The file path to the hydraulic + /// boundary database. /// An . /// Thrown when the /// contains invalid characters.