Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs (.../GrassCoverErosionInwardsCalculation.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs (.../GrassCoverErosionInwardsCalculation.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -39,7 +39,7 @@ { Name = RingtoetsCommonDataResources.Calculation_DefaultName; InputParameters = new GrassCoverErosionInwardsInput(); - Comments = new Commentable(); + Comments = new Comment(); } /// @@ -52,7 +52,7 @@ /// public GrassCoverErosionInwardsOutput Output { get; set; } - public Commentable Comments { get; private set; } + public Comment Comments { get; private set; } public string Name { get; set; }