Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -349,7 +349,7 @@ new FailureMechanismSectionsContext(failureMechanism, assessmentSection), new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, failureMechanism, assessmentSection), new HeightStructuresContext(failureMechanism.HeightStructures, failureMechanism, assessmentSection), - new CommentContext(failureMechanism.InputComments) + new CommentContext(failureMechanism.InputComments) }; } @@ -360,15 +360,15 @@ new HeightStructuresScenariosContext(failureMechanism.CalculationsGroup, failureMechanism), new FailureMechanismSectionResultContext( failureMechanism.SectionResults, failureMechanism), - new CommentContext(failureMechanism.OutputComments) + new CommentContext(failureMechanism.OutputComments) }; } private static object[] FailureMechanismDisabledChildNodeObjects(HeightStructuresFailureMechanismContext context) { return new object[] { - new CommentContext(context.WrappedData.NotRelevantComments) + new CommentContext(context.WrappedData.NotRelevantComments) }; } @@ -608,7 +608,7 @@ { var childNodes = new List { - new CommentContext(context.WrappedData.Comments), + new CommentContext(context.WrappedData.Comments), new HeightStructuresInputContext(context.WrappedData.InputParameters, context.WrappedData, context.FailureMechanism,