Index: Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs
===================================================================
diff -u -r0fd23ff8e68b5f0d18d344d104bc68216cb49b51 -r60798b6c24a14033cf598daa43ec844c7ca00326
--- Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs (.../GeneralResultConverter.cs) (revision 0fd23ff8e68b5f0d18d344d104bc68216cb49b51)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs (.../GeneralResultConverter.cs) (revision 60798b6c24a14033cf598daa43ec844c7ca00326)
@@ -33,16 +33,16 @@
namespace Ringtoets.Common.Service.IllustrationPoints
{
///
- /// Converter for related to creating a .
+ /// Converter for related to creating a .
///
public static class GeneralResultConverter
{
///
- /// Creates a new instance of based on the information of .
+ /// Creates a new instance of based on the information of .
///
/// The to base the
- /// to create on.
- /// The newly created .
+ /// to create on.
+ /// The newly created .
/// Thrown when is null.
public static GeneralResult CreateGeneralResult(HydraGeneralResult hydraGeneralResult)
{