Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssemblyCollection.cs
===================================================================
diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -r6764bbce511e1295e4ec857488cba59f1b11d49b
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssemblyCollection.cs (.../ExportableCombinedSectionAssemblyCollection.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssemblyCollection.cs (.../ExportableCombinedSectionAssemblyCollection.cs) (revision 6764bbce511e1295e4ec857488cba59f1b11d49b)
@@ -37,7 +37,7 @@
/// The collection of .
/// Thrown when any parameter is null.
public ExportableCombinedSectionAssemblyCollection(IEnumerable sections,
- IEnumerable combinedSectionAssemblyResults)
+ IEnumerable combinedSectionAssemblyResults)
{
if (sections == null)
{