Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs =================================================================== diff -u -r6c058f12138b8a73a78eacd10357d9caa81ed67d -r55e286e8436b5061a9264ec8623b525f3015fe6e --- Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs (.../WaveHeightCalculationMessageProvider.cs) (revision 6c058f12138b8a73a78eacd10357d9caa81ed67d) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs (.../WaveHeightCalculationMessageProvider.cs) (revision 55e286e8436b5061a9264ec8623b525f3015fe6e) @@ -29,11 +29,6 @@ /// public class WaveHeightCalculationMessageProvider : ICalculationMessageProvider { - public string GetCalculationName(string locationName) - { - return string.Format(Resources.WaveHeightCalculationService_Name_Calculate_wave_height_for_HydraulicBoundaryLocation_0_, locationName); - } - public string GetActivityDescription(string locationName) { return string.Format(Resources.WaveHeightCalculationService_Name_Calculate_wave_height_for_HydraulicBoundaryLocation_0_, locationName);