Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryCalculationsView.cs =================================================================== diff -u -r8560f7a7b53b45ad9d2d4afc6172ffdd05342082 -r86a422d2f0c29eebb2c1c1efdcb3540bde62de17 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryCalculationsView.cs (.../HydraulicBoundaryCalculationsView.cs) (revision 8560f7a7b53b45ad9d2d4afc6172ffdd05342082) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryCalculationsView.cs (.../HydraulicBoundaryCalculationsView.cs) (revision 86a422d2f0c29eebb2c1c1efdcb3540bde62de17) @@ -155,12 +155,7 @@ return Enumerable.Empty(); } - /// - /// Creates a new row that is added to the data table. - /// - /// The calculation for which to create a new row. - /// The newly created row. - private HydraulicBoundaryLocationCalculationRow CreateNewRow(HydraulicBoundaryLocationCalculation calculation) + private static HydraulicBoundaryLocationCalculationRow CreateNewRow(HydraulicBoundaryLocationCalculation calculation) { return new HydraulicBoundaryLocationCalculationRow(calculation); }