Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -ra06499ae42b956d4b93eab0a16b3af8ee7c8aa72 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision a06499ae42b956d4b93eab0a16b3af8ee7c8aa72) @@ -59,6 +59,6 @@ /// /// Gets the calculation item which the context belongs to. /// - public TCalculation Calculation { get; private set; } + public TCalculation Calculation { get; } } } \ No newline at end of file