Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationOutputCreateExtensions.cs =================================================================== diff -u -r070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856 -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationOutputCreateExtensions.cs (.../HydraulicBoundaryLocationOutputCreateExtensions.cs) (revision 070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationOutputCreateExtensions.cs (.../HydraulicBoundaryLocationOutputCreateExtensions.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) @@ -27,18 +27,18 @@ namespace Application.Ringtoets.Storage.Create { /// - /// Extension methods for related to creating a hydraulic boundary location output entity. + /// Extension methods for related to creating a hydraulic boundary location output entity. /// internal static class HydraulicBoundaryLocationOutputCreateExtensions { /// /// Creates a based - /// on the information of the . + /// on the information of the . /// /// The output to create a database entity for. /// A new . /// Thrown when is null. - internal static HydraulicLocationOutputEntity CreateHydraulicLocationOutputEntity(this HydraulicBoundaryLocationOutput output) + internal static HydraulicLocationOutputEntity CreateHydraulicLocationOutputEntity(this HydraulicBoundaryLocationCalculationOutput output) { if (output == null) {