Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs
===================================================================
diff -u -r8ae9472037bcd029f6ad9d78784cedad999a2c68 -r8a90c409545ce1b48e018d3b5d6b5982dbef926f
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs (.../GrassCoverErosionOutwardsDataSynchronizationService.cs) (revision 8ae9472037bcd029f6ad9d78784cedad999a2c68)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs (.../GrassCoverErosionOutwardsDataSynchronizationService.cs) (revision 8a90c409545ce1b48e018d3b5d6b5982dbef926f)
@@ -56,7 +56,7 @@
/// The locations for which the output needs to be cleared.
/// true when one or multiple locations are affected by clearing the output. false otherwise.
/// Thrown when is null.
- public static bool ClearHydraulicBoundaryLocationOutput(ObservableList locations)
+ public static bool ClearHydraulicBoundaryLocationOutput(ObservableList locations)
{
if (locations == null)
{