Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs
===================================================================
diff -u -ree93ac5bb6cb37107dfbef6ea72287cf67f83cc0 -r2f63c812bb240ed18c030efb1be331f06f74270f
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision ee93ac5bb6cb37107dfbef6ea72287cf67f83cc0)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 2f63c812bb240ed18c030efb1be331f06f74270f)
@@ -157,10 +157,6 @@
///
/// Thrown when the assembly result
/// could not be created.
- /// Thrown when the result
- /// has an invalid value for .
- /// Thrown when the result has a value for
- /// that is not supported.
protected abstract void UpdateAssemblyResultControl();
///
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs
===================================================================
diff -u -ree93ac5bb6cb37107dfbef6ea72287cf67f83cc0 -r2f63c812bb240ed18c030efb1be331f06f74270f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision ee93ac5bb6cb37107dfbef6ea72287cf67f83cc0)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision 2f63c812bb240ed18c030efb1be331f06f74270f)
@@ -153,15 +153,6 @@
dataGridViewControl.SetDataSource(assemblyResultRows);
}
- ///
- /// Event handler for a click event on the .
- ///
- /// The sender of the event.
- /// The event arguments.
- /// Thrown when the result
- /// has an invalid value for .
- /// Thrown when the result has a value for
- /// that is not supported.
private void RefreshAssemblyResults_Click(object sender, EventArgs e)
{
assemblyResultRows.ForEachElementDo(row => row.Update());
@@ -172,10 +163,6 @@
///
/// Updates the assembly result controls.
///
- /// Thrown when the result
- /// has an invalid value for .
- /// Thrown when the result has a value for
- /// that is not supported.
private void UpdateAssemblyResultControls()
{
totalAssemblyCategoryGroupControl.ClearData();