Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs =================================================================== diff -u -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs (.../CommentContext.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs (.../CommentContext.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -26,16 +26,16 @@ namespace Ringtoets.Common.Forms.PresentationObjects { /// - /// This class is a presentation object for the comment of . + /// This class is a presentation object for the comment of . /// - public class CommentContext : WrappedObjectContextBase + public class CommentContext : WrappedObjectContextBase { /// /// Creates a new instance of . /// - /// The commentable item to wrap. - /// Thrown when + /// The comment item to wrap. + /// Thrown when /// is null. - public CommentContext(Commentable wrappedCommentable) : base(wrappedCommentable) {} + public CommentContext(Comment wrappedComment) : base(wrappedComment) {} } } \ No newline at end of file