Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs
===================================================================
diff -u -r72a88039f44f5aaa309780a3f572f2ad2433a8dc -r87eb4d4bbcd9f5f224a87484c53f9ff095d6819e
--- Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs (.../RingtoetsDataSynchronizationService.cs) (revision 72a88039f44f5aaa309780a3f572f2ad2433a8dc)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs (.../RingtoetsDataSynchronizationService.cs) (revision 87eb4d4bbcd9f5f224a87484c53f9ff095d6819e)
@@ -155,7 +155,7 @@
///
/// Clears the output of all calculations of the given .
///
- /// The failure mechanisms that contains the calculations.
+ /// The failure mechanisms that contain the calculations.
/// An of calculations that are affected by clearing the output.
/// Thrown when is null.
public static IEnumerable ClearFailureMechanismCalculationOutputs(IEnumerable failureMechanisms)
@@ -229,12 +229,13 @@
}
///
- /// Clears the hydraulic boundary location calculation output that is contained within specific failure mechanisms of the
- /// and within it.
+ /// Clears the hydraulic boundary location calculation output that is contained
+ /// within specific failure mechanisms of the .
///
- /// The which contains the failure mechanisms.
+ /// The which contains the hydraulic boundary
+ /// location calculations and failure mechanisms at stake.
/// All objects affected by the operation.
- /// Thrown when any parameter is null.
+ /// Thrown when is null.
public static IEnumerable ClearHydraulicBoundaryLocationCalculationOutput(IAssessmentSection assessmentSection)
{
if (assessmentSection == null)
@@ -275,7 +276,7 @@
}
///
- /// Clears the hydraulic boundary location calculation output that is contained within specific .
+ /// Clears the hydraulic boundary location calculation output that is contained within .
///
/// The failure mechanisms to clear the hydraulic boundary location calculation output for.
/// All objects affected by the operation.