Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/StochasticSoilModelCollectionProperties.cs
===================================================================
diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/StochasticSoilModelCollectionProperties.cs (.../StochasticSoilModelCollectionProperties.cs) (revision 801944e042197afab2cf3bb57359970479e286b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/StochasticSoilModelCollectionProperties.cs (.../StochasticSoilModelCollectionProperties.cs) (revision 78382ec129ddc7537096860680cef36f3796700d)
@@ -29,17 +29,17 @@
namespace Ringtoets.MacroStabilityInwards.Forms.PropertyClasses
{
///
- /// ViewModel of for properties panel.
+ /// ViewModel of for properties panel.
///
- public class StochasticSoilModelCollectionProperties : ObjectProperties
+ public class StochasticSoilModelCollectionProperties : ObjectProperties
{
///
/// Creates a new instance of .
///
/// The collection for which the properties are shown.
/// Thrown when
/// is null.
- public StochasticSoilModelCollectionProperties(StochasticSoilModelCollection collection)
+ public StochasticSoilModelCollectionProperties(MacroStabilityInwardsStochasticSoilModelCollection collection)
{
if (collection == null)
{