Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/IllustrationPointContext.cs
===================================================================
diff -u -r68ad4c0477e2ae7f325fef005b88d5be5c563840 -ra49798da6ac2176d2e8b28ec6fec8a2494d8ee91
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/IllustrationPointContext.cs (.../IllustrationPointContext.cs) (revision 68ad4c0477e2ae7f325fef005b88d5be5c563840)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/IllustrationPointContext.cs (.../IllustrationPointContext.cs) (revision a49798da6ac2176d2e8b28ec6fec8a2494d8ee91)
@@ -25,8 +25,7 @@
namespace Ringtoets.Common.Forms.PresentationObjects
{
///
- /// This class is a presentation object for an which'
- /// is of type .
+ /// Presentation object for an .
///
/// The type of the illustration point.
public class IllustrationPointContext where T : IllustrationPointBase
@@ -39,8 +38,6 @@
/// The name of the wind direction.
/// The closing situation of the illustration point.
/// Thrown when any of the input parameters is null.
- /// Thrown when
- /// is not of type .
public IllustrationPointContext(T illustrationPoint,
IllustrationPointNode illustrationPointNode,
string windDirectionName,