Index: Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/IStructuresCalculationMessageProvider.cs =================================================================== diff -u -r461842cc9a0a60d00900065b9a7db474db7d7548 -rf71fb2faaae836236b85a1c3a4483f6aee4f4d88 --- Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/IStructuresCalculationMessageProvider.cs (.../IStructuresCalculationMessageProvider.cs) (revision 461842cc9a0a60d00900065b9a7db474db7d7548) +++ Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/IStructuresCalculationMessageProvider.cs (.../IStructuresCalculationMessageProvider.cs) (revision f71fb2faaae836236b85a1c3a4483f6aee4f4d88) @@ -44,8 +44,8 @@ /// /// Gets the message that should be used when a calculation is performed. /// - /// The calculation subject used in the calculation name. + /// The output directory used in the calculation. /// The message. - string GetCalculationPerformedMessage(string calculationSubject); + string GetCalculationPerformedMessage(string outputDirectory); } } \ No newline at end of file