Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs =================================================================== diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs (.../HeightStructuresInputContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs (.../HeightStructuresInputContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863) @@ -40,7 +40,7 @@ /// The calculation item which the belongs to. /// The failure mechanism which the context belongs to. /// The assessment section which the context belongs to. - /// When any input argument is null. + /// When any input argument is null. public HeightStructuresInputContext(HeightStructuresInput input, ICalculation calculation, HeightStructuresFailureMechanism failureMechanism, @@ -63,4 +63,4 @@ /// public ICalculation Calculation { get; private set; } } -} +} \ No newline at end of file