Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs (.../StabilityPointStructuresPlugin.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Plugin/StabilityPointStructuresPlugin.cs (.../StabilityPointStructuresPlugin.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -351,7 +351,7 @@ { return new object[] { - new CommentContext(stabilityPointStructuresFailureMechanismContext.WrappedData.NotRelevantComments) + new CommentContext(stabilityPointStructuresFailureMechanismContext.WrappedData.NotRelevantComments) }; } @@ -363,7 +363,7 @@ new FailureMechanismSectionsContext(failureMechanism, assessmentSection), new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, failureMechanism, assessmentSection), new StabilityPointStructuresContext(failureMechanism.StabilityPointStructures, failureMechanism, assessmentSection), - new CommentContext(failureMechanism.InputComments) + new CommentContext(failureMechanism.InputComments) }; } @@ -374,7 +374,7 @@ new StabilityPointStructuresScenariosContext(failureMechanism.CalculationsGroup, failureMechanism), new FailureMechanismSectionResultContext( failureMechanism.SectionResults, failureMechanism), - new CommentContext(failureMechanism.OutputComments) + new CommentContext(failureMechanism.OutputComments) }; } @@ -616,7 +616,7 @@ { var childNodes = new List { - new CommentContext(context.WrappedData.Comments), + new CommentContext(context.WrappedData.Comments), new StabilityPointStructuresInputContext(context.WrappedData.InputParameters, context.WrappedData, context.FailureMechanism,