Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanism.cs
===================================================================
diff -u -rcda0b786ef4c81469fb4213e7fc82cb74493fcf9 -r1115fb4520d55c5018577d5160f70ee54896cf1a
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanism.cs (.../ClosingStructuresFailureMechanism.cs) (revision cda0b786ef4c81469fb4213e7fc82cb74493fcf9)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanism.cs (.../ClosingStructuresFailureMechanism.cs) (revision 1115fb4520d55c5018577d5160f70ee54896cf1a)
@@ -63,17 +63,17 @@
///
/// Gets the general closing structures calculation input parameters that apply to each calculation.
///
- public GeneralClosingStructuresInput GeneralInput { get; private set; }
+ public GeneralClosingStructuresInput GeneralInput { get; }
///
/// Gets the available closing structures for this instance.
///
- public StructureCollection ClosingStructures { get; private set; }
+ public StructureCollection ClosingStructures { get; }
///
/// Gets the available foreshore profiles for this instance.
///
- public ForeshoreProfileCollection ForeshoreProfiles { get; private set; }
+ public ForeshoreProfileCollection ForeshoreProfiles { get; }
public CalculationGroup CalculationsGroup { get; }