Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs =================================================================== diff -u -r2ac63d31605f35e43d3d786173bfbae4c1b46c45 -rd367e1dd85d7de3632eb743265eb66a8abb502f2 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 2ac63d31605f35e43d3d786173bfbae4c1b46c45) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision d367e1dd85d7de3632eb743265eb66a8abb502f2) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using System.Collections.Generic; using Ringtoets.Integration.Data; @@ -35,10 +34,6 @@ /// /// The file path to read the assessment sections from. /// A collection of . - /// Thrown when - /// is null. - /// 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.Plugin/Ringtoets.Integration.Plugin.csproj =================================================================== diff -u -rd82ab38fadcd577385b43e5951c2f4ace3180275 -rd367e1dd85d7de3632eb743265eb66a8abb502f2 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj (.../Ringtoets.Integration.Plugin.csproj) (revision d82ab38fadcd577385b43e5951c2f4ace3180275) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj (.../Ringtoets.Integration.Plugin.csproj) (revision d367e1dd85d7de3632eb743265eb66a8abb502f2) @@ -33,6 +33,7 @@ + True