Index: Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureLocationReader.cs =================================================================== diff -u -re5646456f4fb82606d19442702a09fff38786e8a -r16bd8076863c03907abeee60b16704aba1bdb1a0 --- Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureLocationReader.cs (.../StructureLocationReader.cs) (revision e5646456f4fb82606d19442702a09fff38786e8a) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureLocationReader.cs (.../StructureLocationReader.cs) (revision 16bd8076863c03907abeee60b16704aba1bdb1a0) @@ -55,7 +55,7 @@ /// public StructureLocationReader(string shapeFilePath) { - FileUtils.ValidateFilePath(shapeFilePath); + IOUtils.ValidateFilePath(shapeFilePath); if (!File.Exists(shapeFilePath)) { string message = new FileReaderErrorMessageBuilder(shapeFilePath)