Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/HydraRingCalculationInput.cs =================================================================== diff -u -r82759d2322968e2b5733402ea45581e69885894d -rd49770201655964042adccca08d2e9fb2217723d --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/HydraRingCalculationInput.cs (.../HydraRingCalculationInput.cs) (revision 82759d2322968e2b5733402ea45581e69885894d) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/HydraRingCalculationInput.cs (.../HydraRingCalculationInput.cs) (revision d49770201655964042adccca08d2e9fb2217723d) @@ -34,7 +34,7 @@ /// /// Creates a new instance of the class. /// - /// The id of the hydraulic station to use during the calculation. + /// The id of the hydraulic boundary location to use during the calculation. protected HydraRingCalculationInput(long hydraulicBoundaryLocationId) { this.hydraulicBoundaryLocationId = hydraulicBoundaryLocationId; @@ -71,7 +71,7 @@ public abstract int VariableId { get; } /// - /// Gets the id of the hydraulic station to use during the calculation. + /// Gets the id of the hydraulic boundary location to use during the calculation. /// public long HydraulicBoundaryLocationId {