Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs
===================================================================
diff -u -r7822834024ae12c82ec93ba3f57556cb4a503296 -rcf7e0b124334ae558a5d8dee4fc515577d5f6f25
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision 7822834024ae12c82ec93ba3f57556cb4a503296)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision cf7e0b124334ae558a5d8dee4fc515577d5f6f25)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using System.Collections.Generic;
using Deltares.WTIStability;
using Deltares.WTIStability.Data.Geo;
@@ -148,8 +147,9 @@
///
/// Validates the input for the Uplift Van calculation.
///
- /// A list of tuples containing the validation result type and message,
- /// or an empty list if there are no validation results.
- List> Validate();
+ /// An of objects.
+ /// Thrown when
+ /// an error occurs when performing the validation.
+ IEnumerable Validate();
}
}
\ No newline at end of file