Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs =================================================================== diff -u -re649822ccb64af259adda08b8aa096bf08bf1a87 -rb17eb09f96cdd37af57cb0c615d36366298abc07 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision e649822ccb64af259adda08b8aa096bf08bf1a87) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision b17eb09f96cdd37af57cb0c615d36366298abc07) @@ -35,11 +35,10 @@ /// /// The which the /// belongs to. - /// for obtaining a - /// based on . + /// The at stake. /// Thrown when any input parameter is null. public WaveHeightLocationContext(HydraulicBoundaryLocation hydraulicBoundaryLocation, - Func getCalculationFunc) - : base(hydraulicBoundaryLocation, getCalculationFunc) {} + HydraulicBoundaryLocationCalculation calculation) + : base(hydraulicBoundaryLocation, calculation) {} } } \ No newline at end of file