Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs
===================================================================
diff -u -r75d12c89224759df39acf21f187f309a3e4ae274 -r0f28eb71a18af127ad376776ebd2cd597a0aa5c5
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs (.../DesignWaterLevelLocationContext.cs) (revision 75d12c89224759df39acf21f187f309a3e4ae274)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs (.../DesignWaterLevelLocationContext.cs) (revision 0f28eb71a18af127ad376776ebd2cd597a0aa5c5)
@@ -33,11 +33,11 @@
///
/// Creates a new instance of .
///
- /// The
+ /// The
/// which the belongs to.
- /// Thrown when
+ /// Thrown when
/// is null.
- public DesignWaterLevelLocationContext(HydraulicBoundaryLocation hydraulicBoundaryLocation)
- : base(hydraulicBoundaryLocation) {}
+ public DesignWaterLevelLocationContext(HydraulicBoundaryLocation wrappedData)
+ : base(wrappedData) {}
}
}
\ No newline at end of file