Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs
===================================================================
diff -u -r802ea30d1fe8fbae93e58dff9ab054dbabca11ae -r7594f72cabeb4802ffab5715e2edb2712fc1f0df
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 802ea30d1fe8fbae93e58dff9ab054dbabca11ae)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 7594f72cabeb4802ffab5715e2edb2712fc1f0df)
@@ -33,10 +33,10 @@
///
/// Creates a new instance of .
///
- /// The which the belongs to.
- /// The which the belongs to.
+ /// The which the belongs to.
+ /// The which the belongs to.
/// Thrown when any input parameter is null.
- public WaveHeightLocationContext(HydraulicBoundaryDatabase wrappedData, HydraulicBoundaryLocation hydraulicBoundaryLocation)
- : base(wrappedData, hydraulicBoundaryLocation) {}
+ public WaveHeightLocationContext(HydraulicBoundaryLocation wrappedData, HydraulicBoundaryDatabase hydraulicBoundaryDatabase)
+ : base(wrappedData, hydraulicBoundaryDatabase) {}
}
}
\ No newline at end of file