Index: Riskeer/Common/src/Riskeer.Common.IO/Configurations/Import/CalculationConfigurationReader.cs
===================================================================
diff -u -r2a8efa71d08a6e2a96b4bb85ef5edc4e5d1d5120 -r526db36bacaaf4927948741b70a58eacdfe890f0
--- Riskeer/Common/src/Riskeer.Common.IO/Configurations/Import/CalculationConfigurationReader.cs (.../CalculationConfigurationReader.cs) (revision 2a8efa71d08a6e2a96b4bb85ef5edc4e5d1d5120)
+++ Riskeer/Common/src/Riskeer.Common.IO/Configurations/Import/CalculationConfigurationReader.cs (.../CalculationConfigurationReader.cs) (revision 526db36bacaaf4927948741b70a58eacdfe890f0)
@@ -57,13 +57,13 @@
/// Thrown when:
///
/// - is invalid.
- /// - the main schema definition of is invalid.
- /// - the nested schema definitions of contains invalid schema definition values.
- /// - the main schema definition of , all together with its referenced
- /// nested schema definitions, contains an invalid schema definition.
- /// - nested schema definitions of contains schema definitions that are not
- /// referenced by the main schema definition.
- /// - the main schema definition of does not reference the default schema definition
+ ///
- is invalid.
+ /// - contains invalid schema definition values.
+ /// - , all together with its referenced
+ /// , contains an invalid schema definition.
+ /// - contains schema definitions that are not
+ /// referenced by the .
+ /// - does not reference the default schema definition
/// ConfiguratieSchema.xsd.
///
///
@@ -260,7 +260,6 @@
/// referenced by .
///
///
-
private void ValidateToSchema(string mainSchemaDefinition, IDictionary nestedSchemaDefinitions)
{
if (!mainSchemaDefinition.Contains(defaultSchemaName))