Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs
===================================================================
diff -u -rfb057a8a186a7ba22edc23928222e4efd7ee8cc9 -r6dcb5e99d867d322fd3e48bc7539ba6675a92198
--- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs (.../ILoadAssessmentSectionService.cs) (revision fb057a8a186a7ba22edc23928222e4efd7ee8cc9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs (.../ILoadAssessmentSectionService.cs) (revision 6dcb5e99d867d322fd3e48bc7539ba6675a92198)
@@ -31,12 +31,12 @@
public interface ILoadAssessmentSectionService
{
///
- /// Gets the assessment sections from the given .
+ /// Loads the assessment sections from the given .
///
/// The file path to read the assessment sections from.
/// A collection of .
- /// Thrown if something went wrong
- /// when providing the assessment sections.
- IEnumerable GetAssessmentSections(string filePath);
+ /// Thrown when something went wrong
+ /// while loading the assessment sections.
+ IEnumerable LoadAssessmentSections(string filePath);
}
}
\ No newline at end of file