Index: Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculation.cs =================================================================== diff -u -r0a94ed42cb943659d68be2ce6fb430f8f29fc3f3 -ra84ad0dc60c583bc68f6c95c57f3499e16a5f3d1 --- Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculation.cs (.../ICalculation.cs) (revision 0a94ed42cb943659d68be2ce6fb430f8f29fc3f3) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculation.cs (.../ICalculation.cs) (revision a84ad0dc60c583bc68f6c95c57f3499e16a5f3d1) @@ -29,11 +29,6 @@ public interface ICalculation : ICalculationBase, ICommentable { /// - /// Gets or sets the name of this calculation item. - /// - new string Name { get; set; } - - /// /// Gets a value indicating whether or not this calculation item contains calculation output. /// bool HasOutput { get; }