Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectedTopLevelFaultTreeIllustrationPoint.cs =================================================================== diff -u -rc072c430cf3193c3ada31a81bd0cd4e75f4a068a -r390c486bb4cd693ae2f2eaf82a30efcb51480048 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectedTopLevelFaultTreeIllustrationPoint.cs (.../SelectedTopLevelFaultTreeIllustrationPoint.cs) (revision c072c430cf3193c3ada31a81bd0cd4e75f4a068a) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectedTopLevelFaultTreeIllustrationPoint.cs (.../SelectedTopLevelFaultTreeIllustrationPoint.cs) (revision 390c486bb4cd693ae2f2eaf82a30efcb51480048) @@ -26,19 +26,18 @@ namespace Ringtoets.Common.Forms.PresentationObjects { /// - /// Class that represents a top level sub mechanism illustration point together - /// with all the calculated closing situations that are present. + /// Class that represents a selected top level fault tree illustration point. /// public class SelectedTopLevelFaultTreeIllustrationPoint { /// /// Creates a new instance of . /// - /// The top level sub mechanism illustration point. + /// The top level fault tree illustration point. /// The closing situations that are present. /// Thrown when any parameter is null. public SelectedTopLevelFaultTreeIllustrationPoint(TopLevelFaultTreeIllustrationPoint topLevelFaultTreeIllustrationPoint, - IEnumerable closingSituations) + IEnumerable closingSituations) { if (topLevelFaultTreeIllustrationPoint == null) {