Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/SoilProfile/PipingStochasticSoilModelCollection.cs
===================================================================
diff -u -r26f527fb809a2325c8f883ece9da01a8f8040eb3 -r09ab76fbe4f768414ad7dd356eb9b2ebd5b1781c
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/SoilProfile/PipingStochasticSoilModelCollection.cs (.../PipingStochasticSoilModelCollection.cs) (revision 26f527fb809a2325c8f883ece9da01a8f8040eb3)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/SoilProfile/PipingStochasticSoilModelCollection.cs (.../PipingStochasticSoilModelCollection.cs) (revision 09ab76fbe4f768414ad7dd356eb9b2ebd5b1781c)
@@ -26,14 +26,18 @@
namespace Ringtoets.Piping.Data.SoilProfile
{
///
- /// A collection of . The names of the elements are
- /// unique within the collection.
+ /// A collection of .
+ /// The names of the elements are unique within
+ /// the collection.
///
public class PipingStochasticSoilModelCollection : ObservableUniqueItemCollectionWithSourcePath
{
- public PipingStochasticSoilModelCollection() : base(model => model.Name,
- RingtoetsCommonDataResources.StochasticSoilModelCollection_TypeDescriptor,
- Resources.UniqueFeature_Name_FeatureDescription)
- { }
+ ///
+ /// Creates a new instance of .
+ ///
+ public PipingStochasticSoilModelCollection()
+ : base(model => model.Name,
+ RingtoetsCommonDataResources.StochasticSoilModelCollection_TypeDescriptor,
+ Resources.UniqueFeature_Name_FeatureDescription) {}
}
}
\ No newline at end of file