Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs
===================================================================
diff -u -r49c5da81f49a23dd6e66526d264a08bf510e6963 -rcb3993d6878d38a6199d4d94fb1723d1f879763e
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs (.../EntityNotFoundException.cs) (revision 49c5da81f49a23dd6e66526d264a08bf510e6963)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs (.../EntityNotFoundException.cs) (revision cb3993d6878d38a6199d4d94fb1723d1f879763e)
@@ -48,8 +48,8 @@
/// the cause of this exception.
///
/// The error message that explains the reason for the exception.
- /// The exception that is the cause of the current exception,
- /// or a null reference if no inner exception is specified.
+ /// The exception that is the cause of the current exception,
+ /// or null if no inner exception is specified.
public EntityNotFoundException(string message, Exception inner) : base(message, inner) {}
protected EntityNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {}