Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs
===================================================================
diff -u -rf7b5ed585321bbc2249ec9c8ecd8af7f9eb1808a -r1f2e8750b43af706757de6251ce5b6ac2dabea29
--- Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision f7b5ed585321bbc2249ec9c8ecd8af7f9eb1808a)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision 1f2e8750b43af706757de6251ce5b6ac2dabea29)
@@ -76,7 +76,8 @@
/// Clears the for all the calculations in the .
///
/// The which contains the calculations.
- /// An of calculations which are affected by clearing the output.
+ /// An of calculations which are affected by
+ /// removing .
/// Thrown when is null.
public static IEnumerable ClearHydraulicBoundaryLocations(PipingFailureMechanism failureMechanism)
{
@@ -99,7 +100,8 @@
/// 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.
+ /// An of calculations which are affected by
+ /// removing data.
/// Thrown when is null.
public static IEnumerable ClearAllCalculationOutputAndHydraulicBoundaryLocations(PipingFailureMechanism failureMechanism)
{