Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/IRowBasedDatabaseReader.cs =================================================================== diff -u -r4512af7782ee31b36941bb280b54d9da2953dd71 -r6298a5e4fbc259636c874b25c847021c05baf033 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/IRowBasedDatabaseReader.cs (.../IRowBasedDatabaseReader.cs) (revision 4512af7782ee31b36941bb280b54d9da2953dd71) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/IRowBasedDatabaseReader.cs (.../IRowBasedDatabaseReader.cs) (revision 6298a5e4fbc259636c874b25c847021c05baf033) @@ -20,7 +20,6 @@ // All rights reserved. using System; -using Ringtoets.Piping.IO.Exceptions; namespace Ringtoets.Piping.IO.SoilProfile { @@ -45,7 +44,7 @@ /// The expected type of value in the column with name . /// The name of the column to read from. /// The read value from the column with name . - /// Thrown when the value in the column was not of type . + /// Thrown when the value in the column was not of type . T Read(string columnName); ///