Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/CalculationConfigurationImporter.cs =================================================================== diff -u -r92df0a0ac0a4e0ccd5d7505d748f55167c2aac81 -r19c6f79760da1309b849ed421990431f969c4f78 --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/CalculationConfigurationImporter.cs (.../CalculationConfigurationImporter.cs) (revision 92df0a0ac0a4e0ccd5d7505d748f55167c2aac81) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/CalculationConfigurationImporter.cs (.../CalculationConfigurationImporter.cs) (revision 19c6f79760da1309b849ed421990431f969c4f78) @@ -33,8 +33,7 @@ namespace Ringtoets.Common.IO.FileImporters { /// - /// Base class for importing a calculation configuration from an XML file and - /// storing it on a . + /// Base class for importing a calculation configuration from an XML file and storing it on a . /// /// The type of the reader to use for reading the XML file. /// The type of the data read from the XML file by the reader. @@ -95,10 +94,10 @@ } /// - /// Creates the reader used for reading the configuration from the provided . + /// Creates the reader used for reading the calculation configuration from the provided . /// /// The path to the XML file to import from. - /// A reader for reading the configuration. + /// A reader for reading the calculation configuration. /// Thrown when is invalid. /// Thrown when: ///