Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ReadConversionCollector.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -rd6fe8399e8398224cf1bda9259052232d85b85a4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ReadConversionCollector.cs (.../ReadConversionCollector.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ReadConversionCollector.cs (.../ReadConversionCollector.cs) (revision d6fe8399e8398224cf1bda9259052232d85b85a4) @@ -52,8 +52,8 @@ private readonly Dictionary soilProfiles = CreateDictionary(); - private readonly Dictionary surfaceLines = - CreateDictionary(); + private readonly Dictionary surfaceLines = + CreateDictionary(); private readonly Dictionary hydraulicBoundaryLocations = CreateDictionary(); @@ -316,16 +316,16 @@ /// /// Registers a read operation for and the - /// that was constructed with the information. + /// that was constructed with the information. /// /// The that was read. - /// The that was constructed. + /// The that was constructed. /// Thrown when either: /// /// is null /// is null /// - internal void Read(SurfaceLineEntity entity, RingtoetsPipingSurfaceLine model) + internal void Read(SurfaceLineEntity entity, PipingSurfaceLine model) { if (entity == null) { @@ -355,18 +355,18 @@ } /// - /// Obtains the which was read for the + /// Obtains the which was read for the /// given . /// /// The for which a read operation /// has been registered. - /// The constructed . + /// The constructed . /// Thrown when is null. /// Thrown when no read operation has /// been registered for . /// Use to find out whether a /// read operation has been registered for . - internal RingtoetsPipingSurfaceLine Get(SurfaceLineEntity entity) + internal PipingSurfaceLine Get(SurfaceLineEntity entity) { if (entity == null) {