Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs
===================================================================
diff -u -rcfe30fb624bcc031454e7ff22e333386ed6ead87 -rd6fe8399e8398224cf1bda9259052232d85b85a4
--- Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision cfe30fb624bcc031454e7ff22e333386ed6ead87)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingDataSynchronizationService.cs (.../PipingDataSynchronizationService.cs) (revision d6fe8399e8398224cf1bda9259052232d85b85a4)
@@ -140,7 +140,7 @@
}
///
- /// Removes a given from the
+ /// Removes a given from the
/// and clears all data that depends on it, either directly or indirectly.
///
/// The failure mechanism containing .
@@ -149,7 +149,7 @@
/// All observable objects affected by this method.
/// Thrown when
/// or is null.
- public static IEnumerable RemoveSurfaceLine(PipingFailureMechanism failureMechanism, RingtoetsPipingSurfaceLine surfaceLine)
+ public static IEnumerable RemoveSurfaceLine(PipingFailureMechanism failureMechanism, PipingSurfaceLine surfaceLine)
{
if (failureMechanism == null)
{
@@ -174,7 +174,7 @@
}
///
- /// Removes all from the
+ /// Removes all from the
/// and clears all data that depends on it, either directly or indirectly.
///
/// The failure mechanism.