Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r6139e3e65d0ed201012811a1b45ebd11d7587921 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismAssemblyFactory.cs (.../ClosingStructuresFailureMechanismAssemblyFactory.cs) (revision 6139e3e65d0ed201012811a1b45ebd11d7587921) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismAssemblyFactory.cs (.../ClosingStructuresFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -222,7 +222,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(ClosingStructuresFailureMechanismSectionResult failureMechanismSectionResult, ClosingStructuresFailureMechanism failureMechanism, @@ -299,7 +299,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(ClosingStructuresFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismAssemblyFactory.cs =================================================================== diff -u -rebe5701c409badf7e25d5d2abb66ae2c3577753a -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismAssemblyFactory.cs (.../DuneErosionFailureMechanismAssemblyFactory.cs) (revision ebe5701c409badf7e25d5d2abb66ae2c3577753a) +++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismAssemblyFactory.cs (.../DuneErosionFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -176,8 +176,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( DuneErosionFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r2081c1cf7ddfc58b47d48739629c330503bdab24 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactory.cs) (revision 2081c1cf7ddfc58b47d48739629c330503bdab24) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -224,7 +224,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(GrassCoverErosionInwardsFailureMechanismSectionResult failureMechanismSectionResult, GrassCoverErosionInwardsFailureMechanism failureMechanism, @@ -301,7 +301,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(GrassCoverErosionInwardsFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r0bc4193a82adbe38fa9a180faa2c5f58b13d6280 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverErosionOutwardsFailureMechanismAssemblyFactory.cs) (revision 0bc4193a82adbe38fa9a180faa2c5f58b13d6280) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverErosionOutwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -177,8 +177,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( GrassCoverErosionOutwardsFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs =================================================================== diff -u -reb1cfcbabb96dc3e47ad6405ebe046b26a58752e -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs (.../HeightStructuresFailureMechanismAssemblyFactory.cs) (revision eb1cfcbabb96dc3e47ad6405ebe046b26a58752e) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs (.../HeightStructuresFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -224,7 +224,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(HeightStructuresFailureMechanismSectionResult failureMechanismSectionResult, HeightStructuresFailureMechanism failureMechanism, @@ -301,7 +301,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(HeightStructuresFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r78f55e1c05c464db033269afc72d721f6665e84a -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs) (revision 78f55e1c05c464db033269afc72d721f6665e84a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -176,8 +176,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( GrassCoverSlipOffInwardsFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -rad3ccd54c535a918a73da7188712ff70c410f22d -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs) (revision ad3ccd54c535a918a73da7188712ff70c410f22d) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs (.../GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -140,8 +140,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( GrassCoverSlipOffOutwardsFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r9649fcca6c933e107957767955dc8d3abbffd987 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs (.../MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs) (revision 9649fcca6c933e107957767955dc8d3abbffd987) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs (.../MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -226,7 +226,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( MacroStabilityOutwardsFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MicrostabilityFailureMechanismAssemblyFactory.cs =================================================================== diff -u -rc43f7692bfadc0b065baf71ef3dd382c32da8566 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MicrostabilityFailureMechanismAssemblyFactory.cs (.../MicrostabilityFailureMechanismAssemblyFactory.cs) (revision c43f7692bfadc0b065baf71ef3dd382c32da8566) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/MicrostabilityFailureMechanismAssemblyFactory.cs (.../MicrostabilityFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -176,8 +176,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( MicrostabilityFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs =================================================================== diff -u -rab30e0ba76ffdde3e060a3b09930b89e58a07729 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs (.../PipingStructureFailureMechanismAssemblyFactory.cs) (revision ab30e0ba76ffdde3e060a3b09930b89e58a07729) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs (.../PipingStructureFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -176,8 +176,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( PipingStructureFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r9191cfb673ff1a5c9573f9aa0f7cc8b39fcb1b6f -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs) (revision 9191cfb673ff1a5c9573f9aa0f7cc8b39fcb1b6f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -142,8 +142,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs =================================================================== diff -u -rcdea181566b9406a97c08fd994257e8d69c770e6 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs (.../TechnicalInnovationFailureMechanismAssemblyFactory.cs) (revision cdea181566b9406a97c08fd994257e8d69c770e6) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs (.../TechnicalInnovationFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -142,8 +142,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( TechnicalInnovationFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs =================================================================== diff -u -red2a63d2489b69b3db3b8aed3656c49243443a18 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs (.../WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs) (revision ed2a63d2489b69b3db3b8aed3656c49243443a18) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs (.../WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -142,8 +142,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( WaterPressureAsphaltCoverFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r2081c1cf7ddfc58b47d48739629c330503bdab24 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismAssemblyFactory.cs) (revision 2081c1cf7ddfc58b47d48739629c330503bdab24) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -241,7 +241,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(MacroStabilityInwardsFailureMechanismSectionResult failureMechanismSectionResult, MacroStabilityInwardsFailureMechanism failureMechanism, @@ -318,7 +318,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(MacroStabilityInwardsFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r2081c1cf7ddfc58b47d48739629c330503bdab24 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismAssemblyFactory.cs (.../PipingFailureMechanismAssemblyFactory.cs) (revision 2081c1cf7ddfc58b47d48739629c330503bdab24) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismAssemblyFactory.cs (.../PipingFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -241,7 +241,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(PipingFailureMechanismSectionResult failureMechanismSectionResult, PipingFailureMechanism failureMechanism, @@ -318,7 +318,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(PipingFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r7d14a67ab314b9b782bbaefe3bcdd6459fa1c5e3 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismAssemblyFactory.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactory.cs) (revision 7d14a67ab314b9b782bbaefe3bcdd6459fa1c5e3) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismAssemblyFactory.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -222,7 +222,7 @@ /// The this section belongs to. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup(StabilityPointStructuresFailureMechanismSectionResult failureMechanismSectionResult, StabilityPointStructuresFailureMechanism failureMechanism, @@ -299,7 +299,7 @@ /// The failure mechanism section result to get the assembly for. /// The failure mechanism to assemble for. /// The the failure mechanism belongs to. - /// A collection of all section assembly results. + /// A . /// Thrown when a /// could not be created. private static FailureMechanismSectionAssembly GetSectionAssembly(StabilityPointStructuresFailureMechanismSectionResult failureMechanismSectionResult, Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r5ad00dc846efe0db71f24d9345b28aadfb04c181 -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismAssemblyFactory.cs (.../StabilityStoneCoverFailureMechanismAssemblyFactory.cs) (revision 5ad00dc846efe0db71f24d9345b28aadfb04c181) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismAssemblyFactory.cs (.../StabilityStoneCoverFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -177,8 +177,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( StabilityStoneCoverFailureMechanismSectionResult failureMechanismSectionResult) Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismAssemblyFactory.cs =================================================================== diff -u -r49b7a05f772e8c3ca0aa983e449c5f2dd715c69b -r8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e --- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismAssemblyFactory.cs (.../WaveImpactAsphaltCoverFailureMechanismAssemblyFactory.cs) (revision 49b7a05f772e8c3ca0aa983e449c5f2dd715c69b) +++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismAssemblyFactory.cs (.../WaveImpactAsphaltCoverFailureMechanismAssemblyFactory.cs) (revision 8a84e69fe9834dc4bb5e3dd84240fb1de3a4280e) @@ -177,8 +177,8 @@ /// /// The failure mechanism section result to get the assembly category group for. /// A . - /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when is null. + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssemblyCategoryGroup GetSectionAssemblyCategoryGroup( WaveImpactAsphaltCoverFailureMechanismSectionResult failureMechanismSectionResult)