Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs
===================================================================
diff -u -rd367e1dd85d7de3632eb743265eb66a8abb502f2 -r20943a562347c31c755aea57361c161061cf8b9a
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision d367e1dd85d7de3632eb743265eb66a8abb502f2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 20943a562347c31c755aea57361c161061cf8b9a)
@@ -34,6 +34,8 @@
///
/// The file path to read the assessment sections from.
/// A collection of .
+ /// Thrown when something went wrong
+ /// while getting the assessment sections.
IEnumerable GetAssessmentSections(string filePath);
}
}
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs
===================================================================
diff -u -r75a425748de07eae53b5a915c211733a9df6f4a0 -r20943a562347c31c755aea57361c161061cf8b9a
--- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs (.../ILoadAssessmentSectionService.cs) (revision 75a425748de07eae53b5a915c211733a9df6f4a0)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/ILoadAssessmentSectionService.cs (.../ILoadAssessmentSectionService.cs) (revision 20943a562347c31c755aea57361c161061cf8b9a)
@@ -35,8 +35,8 @@
///
/// The file path to read the assessment sections from.
/// A collection of .
- /// Thrown if something went wrong
- /// when loading the assessment sections.
+ /// Thrown when something went wrong
+ /// while loading the assessment sections.
IEnumerable LoadAssessmentSections(string filePath);
}
}
\ No newline at end of file