Index: Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CombinedXmlSchemaDefinition.cs
===================================================================
diff -u -r1d2bc8f06f058cf7bf75fffa684ceca7961ec1de -ra30456917268fbd9a24f24c3695b15389d4ca092
--- Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CombinedXmlSchemaDefinition.cs (.../CombinedXmlSchemaDefinition.cs) (revision 1d2bc8f06f058cf7bf75fffa684ceca7961ec1de)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CombinedXmlSchemaDefinition.cs (.../CombinedXmlSchemaDefinition.cs) (revision a30456917268fbd9a24f24c3695b15389d4ca092)
@@ -80,7 +80,8 @@
/// Validates the provided XML document based on the combined schema definition.
///
/// The XML document to validate.
- /// Thrown when the provided XML document does not match the combined schema definition.
+ /// Thrown when the provided XML document does not
+ /// match the combined schema definition.
public void Validate(XDocument document)
{
document.Validate(xmlSchemaSet, null);