Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -45,7 +45,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. /// Thrown when the top level fault tree illustration /// contains an illustration point that is not of type /// or . Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs =================================================================== diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -50,7 +50,7 @@ /// The calculation to show the illustration points for. /// A for obtaining the /// illustration point that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. protected GeneralResultIllustrationPointView(ICalculation calculation, Func> getGeneralResultFunc) { if (calculation == null) Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultSubMechanismIllustrationPointView.cs =================================================================== diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultSubMechanismIllustrationPointView.cs (.../GeneralResultSubMechanismIllustrationPointView.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultSubMechanismIllustrationPointView.cs (.../GeneralResultSubMechanismIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -41,7 +41,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public GeneralResultSubMechanismIllustrationPointView(ICalculation calculation, Func> getGeneralResultFunc) : base(calculation, getGeneralResultFunc) {} Index: Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/DikeHeightOutputGeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -ra4e3b2745a48598260107bb5bfca7485205cdcc2 -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/DikeHeightOutputGeneralResultFaultTreeIllustrationPointView.cs (.../DikeHeightOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a4e3b2745a48598260107bb5bfca7485205cdcc2) +++ Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/DikeHeightOutputGeneralResultFaultTreeIllustrationPointView.cs (.../DikeHeightOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -39,7 +39,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public DikeHeightOutputGeneralResultFaultTreeIllustrationPointView( GrassCoverErosionInwardsCalculation calculation, Func> getGeneralResultFunc) Index: Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingOutputGeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -ra4e3b2745a48598260107bb5bfca7485205cdcc2 -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingOutputGeneralResultFaultTreeIllustrationPointView.cs (.../OvertoppingOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a4e3b2745a48598260107bb5bfca7485205cdcc2) +++ Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingOutputGeneralResultFaultTreeIllustrationPointView.cs (.../OvertoppingOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -39,7 +39,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public OvertoppingOutputGeneralResultFaultTreeIllustrationPointView( GrassCoverErosionInwardsCalculation calculation, Func> getGeneralResultFunc) Index: Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -ra4e3b2745a48598260107bb5bfca7485205cdcc2 -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView.cs (.../OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a4e3b2745a48598260107bb5bfca7485205cdcc2) +++ Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Forms/Views/OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView.cs (.../OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -39,7 +39,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public OvertoppingRateOutputGeneralResultFaultTreeIllustrationPointView( GrassCoverErosionInwardsCalculation calculation, Func> getGeneralResultFunc) Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingProfileSpecificOutputContext.cs =================================================================== diff -u -r8dd26f58e75996d093da443d10a788823c53e24f -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingProfileSpecificOutputContext.cs (.../ProbabilisticPipingProfileSpecificOutputContext.cs) (revision 8dd26f58e75996d093da443d10a788823c53e24f) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingProfileSpecificOutputContext.cs (.../ProbabilisticPipingProfileSpecificOutputContext.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -35,6 +35,7 @@ /// /// The object to wrap. /// Thrown when is null. - public ProbabilisticPipingProfileSpecificOutputContext(ProbabilisticPipingCalculationScenario calculation) : base(calculation) {} + public ProbabilisticPipingProfileSpecificOutputContext(ProbabilisticPipingCalculationScenario calculation) + : base(calculation) {} } } \ No newline at end of file Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingSectionSpecificOutputContext.cs =================================================================== diff -u -r8dd26f58e75996d093da443d10a788823c53e24f -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingSectionSpecificOutputContext.cs (.../ProbabilisticPipingSectionSpecificOutputContext.cs) (revision 8dd26f58e75996d093da443d10a788823c53e24f) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/Probabilistic/ProbabilisticPipingSectionSpecificOutputContext.cs (.../ProbabilisticPipingSectionSpecificOutputContext.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -35,6 +35,7 @@ /// /// The object to wrap. /// Thrown when is null. - public ProbabilisticPipingSectionSpecificOutputContext(ProbabilisticPipingCalculationScenario calculation) : base(calculation) {} + public ProbabilisticPipingSectionSpecificOutputContext(ProbabilisticPipingCalculationScenario calculation) + : base(calculation) {} } } \ No newline at end of file Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticSubMechanismPipingOutputProperties.cs =================================================================== diff -u -r9885f0e3a0e8b9d13ad802a76baf8db1228d2b72 -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticSubMechanismPipingOutputProperties.cs (.../ProbabilisticSubMechanismPipingOutputProperties.cs) (revision 9885f0e3a0e8b9d13ad802a76baf8db1228d2b72) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/Probabilistic/ProbabilisticSubMechanismPipingOutputProperties.cs (.../ProbabilisticSubMechanismPipingOutputProperties.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -45,7 +45,7 @@ private readonly PartialProbabilisticSubMechanismPipingOutput subMechanismOutput; /// - /// Creates a new instance of . + /// Creates a new instance of . /// /// The output to show the properties for. /// Thrown when is null. Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticFaultTreePipingOutputView.cs =================================================================== diff -u -rc4b0663c2ee423e2fdf08b374299c5f6326c0dbb -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticFaultTreePipingOutputView.cs (.../ProbabilisticFaultTreePipingOutputView.cs) (revision c4b0663c2ee423e2fdf08b374299c5f6326c0dbb) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticFaultTreePipingOutputView.cs (.../ProbabilisticFaultTreePipingOutputView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -40,7 +40,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public ProbabilisticFaultTreePipingOutputView( ProbabilisticPipingCalculationScenario calculation, Func> getGeneralResultFunc) Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticSubMechanismPipingOutputView.cs =================================================================== diff -u -r490dd2a8094c31d61e77723ef8f9cbe9e9305d63 -ra1a4c8329c890bbb6d44c92001ff85ea09ce1dbc --- Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticSubMechanismPipingOutputView.cs (.../ProbabilisticSubMechanismPipingOutputView.cs) (revision 490dd2a8094c31d61e77723ef8f9cbe9e9305d63) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/Views/ProbabilisticSubMechanismPipingOutputView.cs (.../ProbabilisticSubMechanismPipingOutputView.cs) (revision a1a4c8329c890bbb6d44c92001ff85ea09ce1dbc) @@ -40,7 +40,7 @@ /// A for obtaining the illustration point /// data ( with objects) /// that must be presented. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public ProbabilisticSubMechanismPipingOutputView( ProbabilisticPipingCalculationScenario calculation, Func> getGeneralResultFunc)