Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanism.cs
===================================================================
diff -u -r638081278e33e132e3ffedd52fff0d6c00ab4728 -r5ca67bdbaab0f6a9fb7682c06140b93bb0f5b5bb
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanism.cs (.../StabilityPointStructuresFailureMechanism.cs) (revision 638081278e33e132e3ffedd52fff0d6c00ab4728)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanism.cs (.../StabilityPointStructuresFailureMechanism.cs) (revision 5ca67bdbaab0f6a9fb7682c06140b93bb0f5b5bb)
@@ -63,17 +63,17 @@
///
/// Gets the general stability point structures calculation input parameters that apply to each calculation.
///
- public GeneralStabilityPointStructuresInput GeneralInput { get; private set; }
+ public GeneralStabilityPointStructuresInput GeneralInput { get; }
///
/// Gets the available stability point structures for this instance.
///
- public StructureCollection StabilityPointStructures { get; private set; }
+ public StructureCollection StabilityPointStructures { get; }
///
/// Gets the available foreshore profiles for this instance.
///
- public ForeshoreProfileCollection ForeshoreProfiles { get; private set; }
+ public ForeshoreProfileCollection ForeshoreProfiles { get; }
public CalculationGroup CalculationsGroup { get; }