Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs =================================================================== diff -u -r4dfedddc797825c49f4ca459dc38be7bc9978ccb -r1f7f79eaf55689da4a8921bb7f15960a2fff9ab7 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 4dfedddc797825c49f4ca459dc38be7bc9978ccb) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 1f7f79eaf55689da4a8921bb7f15960a2fff9ab7) @@ -25,20 +25,18 @@ namespace Ringtoets.Integration.Forms.PresentationObjects { /// - /// Presentation object for all data required to configure an instance of + /// Presentation object for all data required to configure an instance of /// with a wave height calculation result. /// public class WaveHeightLocationContext : HydraulicBoundaryLocationContext { /// /// Creates a new instance of . /// - /// The which the - /// belongs to. - /// The at stake. - /// Thrown when any input parameter is null. - public WaveHeightLocationContext(HydraulicBoundaryLocation hydraulicBoundaryLocation, - HydraulicBoundaryLocationCalculation calculation) - : base(calculation) {} + /// The which the + /// belongs to. + /// Thrown when is null. + public WaveHeightLocationContext(HydraulicBoundaryLocationCalculation wrappedData) + : base(wrappedData) {} } } \ No newline at end of file