Index: Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs
===================================================================
diff -u -rec46cc1668e8fb513e2ea38564a1996ee19dd768 -r5cf8475754e3e45b7fdc9becc54fe14da914ffeb
--- Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision ec46cc1668e8fb513e2ea38564a1996ee19dd768)
+++ Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 5cf8475754e3e45b7fdc9becc54fe14da914ffeb)
@@ -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 -r5cf8475754e3e45b7fdc9becc54fe14da914ffeb
--- 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 5cf8475754e3e45b7fdc9becc54fe14da914ffeb)
@@ -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 -r5cf8475754e3e45b7fdc9becc54fe14da914ffeb
--- 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 5cf8475754e3e45b7fdc9becc54fe14da914ffeb)
@@ -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 -r9a2ccc731a9cbee00eb5228521f13f4d41f432fc -r5cf8475754e3e45b7fdc9becc54fe14da914ffeb
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision 9a2ccc731a9cbee00eb5228521f13f4d41f432fc)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision 5cf8475754e3e45b7fdc9becc54fe14da914ffeb)
@@ -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.