Index: Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs
===================================================================
diff -u -r7cb0d47c587af1c8baba22baad2a35e6e48834e7 -r0a3a3b6ba1dd4ffdae668d65c66e11595ad91023
--- Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 7cb0d47c587af1c8baba22baad2a35e6e48834e7)
+++ Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 0a3a3b6ba1dd4ffdae668d65c66e11595ad91023)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using System.IO;
using System.Windows.Forms;
using Core.Common.Base.Data;
Index: Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs
===================================================================
diff -u -rf00ef5699ccc950bf9d347e8e935c77a4f5f5833 -r0a3a3b6ba1dd4ffdae668d65c66e11595ad91023
--- Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs (.../IContextMenuBuilder.cs) (revision f00ef5699ccc950bf9d347e8e935c77a4f5f5833)
+++ Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs (.../IContextMenuBuilder.cs) (revision 0a3a3b6ba1dd4ffdae668d65c66e11595ad91023)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using System.Windows.Forms;
namespace Core.Common.Gui.ContextMenu
Index: Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
===================================================================
diff -u -re052252f6f2523cfb33413867a939834ef763ce5 -r0a3a3b6ba1dd4ffdae668d65c66e11595ad91023
--- Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision e052252f6f2523cfb33413867a939834ef763ce5)
+++ Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision 0a3a3b6ba1dd4ffdae668d65c66e11595ad91023)
@@ -135,10 +135,5 @@
{
return contextMenu;
}
-
- public void Dispose()
- {
- contextMenu.Dispose();
- }
}
}
\ No newline at end of file
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs
===================================================================
diff -u -r66fb38e5d68e4b1f7720d24221ef4868b55cd9b8 -r0a3a3b6ba1dd4ffdae668d65c66e11595ad91023
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision 66fb38e5d68e4b1f7720d24221ef4868b55cd9b8)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision 0a3a3b6ba1dd4ffdae668d65c66e11595ad91023)
@@ -46,7 +46,6 @@
///
/// The directory of the HLCD file that should be used for performing the calculation.
/// The id of the ring to perform the calculation for.
- /// The to use while executing the calculation.
/// The to use while executing the calculation.
/// The input of the calculation to perform.
/// Parsers that will be invoked after the Hydra-Ring calculation has ran.