Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs =================================================================== diff -u -rbba9524cfdab4e69348fddab60efe718e7c1865b -r8351a9c0ff58140e8b0e5e65f7790e210f6d648a --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision bba9524cfdab4e69348fddab60efe718e7c1865b) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 8351a9c0ff58140e8b0e5e65f7790e210f6d648a) @@ -26,15 +26,15 @@ { /// /// Presentation object for all data required to configure an instance of - /// with . + /// with . /// public class WaveHeightLocationContext : HydraulicBoundaryLocationContext { /// /// Creates a new instance of . /// /// 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) {}