Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs =================================================================== diff -u -rf7b5ed585321bbc2249ec9c8ecd8af7f9eb1808a -r1f2e8750b43af706757de6251ce5b6ac2dabea29 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs (.../HeightStructuresDataSynchronizationService.cs) (revision f7b5ed585321bbc2249ec9c8ecd8af7f9eb1808a) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs (.../HeightStructuresDataSynchronizationService.cs) (revision 1f2e8750b43af706757de6251ce5b6ac2dabea29) @@ -37,9 +37,12 @@ /// /// Clears the output for all calculations in the . /// - /// The which contains the calculations. - /// An of calculations which are affected by clearing the output. - /// Thrown when is null. + /// The + /// which contains the calculations. + /// An of calculations which are affected by + /// clearing the output. + /// Thrown when + /// is null. public static IEnumerable ClearAllCalculationOutput(HeightStructuresFailureMechanism failureMechanism) { if (failureMechanism == null) @@ -60,8 +63,10 @@ /// /// Clears the output of the given . /// - /// The to clear the output for. - /// Thrown when is null. + /// The to clear + /// the output for. + /// Thrown when + /// is null. public static void ClearCalculationOutput(HeightStructuresCalculation calculation) { if (calculation == null) @@ -73,11 +78,15 @@ } /// - /// Clears the for all the calculations in the . + /// Clears the for all the calculations in + /// the . /// - /// The which contains the calculations. - /// An of calculations which are affected by clearing the output. - /// Thrown when is null. + /// The + /// which contains the calculations. + /// An of calculations which are affected by + /// removing . + /// Thrown when + /// is null. public static IEnumerable ClearHydraulicBoundaryLocations(HeightStructuresFailureMechanism failureMechanism) { if (failureMechanism == null) @@ -96,11 +105,15 @@ } /// - /// Clears the and output for all the calculations in the . + /// Clears the and output for all the calculations + /// in the . /// - /// The which contains the calculations. - /// An of calculations which are affected by clearing the output. - /// Thrown when is null. + /// The + /// which contains the calculations. + /// An of calculations which are affected by + /// removing data. + /// Thrown when + /// is null. public static IEnumerable ClearAllCalculationOutputAndHydraulicBoundaryLocations(HeightStructuresFailureMechanism failureMechanism) { if (failureMechanism == null)