Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/LineParseException.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r5462a7ee52b9491f269d489a094d359f4f02f270 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/LineParseException.cs (.../LineParseException.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/LineParseException.cs (.../LineParseException.cs) (revision 5462a7ee52b9491f269d489a094d359f4f02f270) @@ -27,7 +27,7 @@ /// /// The error message that explains the reason for the exception. /// The exception that is the cause of the current exception, - /// or a null reference (Nothing in Visual Basic) if no inner exception is specified. + /// or a null reference if no inner exception is specified. public LineParseException(string message, Exception inner) : base(message, inner) { } } } \ No newline at end of file