Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs
===================================================================
diff -u -r25b0d0916c647b77de104e7dc4e3a2ea249af352 -r1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab
--- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs (.../SerializableFailureMechanismSection.cs) (revision 25b0d0916c647b77de104e7dc4e3a2ea249af352)
+++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs (.../SerializableFailureMechanismSection.cs) (revision 1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab)
@@ -121,18 +121,18 @@
public SerializableMeasure Length { get; set; }
///
- /// Gets or sets the assembly method used to create this section.
- ///
- [XmlElement(AssemblyXmlIdentifiers.AssemblyMethod)]
- public SerializableAssemblyMethod? AssemblyMethod { get; set; }
-
- ///
/// Gets or sets the section type.
///
[XmlElement(AssemblyXmlIdentifiers.FailureMechanismSectionType)]
public string FailureMechanismSectionType { get; set; }
///
+ /// Gets or sets the assembly method used to create this section.
+ ///
+ [XmlElement(AssemblyXmlIdentifiers.AssemblyMethod)]
+ public SerializableAssemblyMethod? AssemblyMethod { get; set; }
+
+ ///
/// Determines whether should be serialized.
///
/// true if has a value, false otherwise.