Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Plugin/WaveImpactAsphaltCoverPlugin.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Plugin/WaveImpactAsphaltCoverPlugin.cs (.../WaveImpactAsphaltCoverPlugin.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Plugin/WaveImpactAsphaltCoverPlugin.cs (.../WaveImpactAsphaltCoverPlugin.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -233,7 +233,7 @@ { return new object[] { - new CommentContext(failureMechanismContext.WrappedData.NotRelevantComments) + new CommentContext(failureMechanismContext.WrappedData.NotRelevantComments) }; } @@ -243,7 +243,7 @@ { new FailureMechanismSectionsContext(failureMechanism, assessmentSection), new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, failureMechanism, assessmentSection), - new CommentContext(failureMechanism.InputComments) + new CommentContext(failureMechanism.InputComments) }; } @@ -253,7 +253,7 @@ { new FailureMechanismSectionResultContext( failureMechanism.SectionResults, failureMechanism), - new CommentContext(failureMechanism.OutputComments) + new CommentContext(failureMechanism.OutputComments) }; } @@ -511,7 +511,7 @@ { var childNodes = new List { - new CommentContext(context.WrappedData.Comments), + new CommentContext(context.WrappedData.Comments), new WaveImpactAsphaltCoverWaveConditionsInputContext(context.WrappedData.InputParameters, context.FailureMechanism.ForeshoreProfiles, context.AssessmentSection)