Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntity.cs
===================================================================
diff -u -r13fcf9943a26918929a3ada0363c2414480db077 -r23d7af54feb72aa59fa17acb00d29a16921f1b94
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 13fcf9943a26918929a3ada0363c2414480db077)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 23d7af54feb72aa59fa17acb00d29a16921f1b94)
@@ -81,12 +81,12 @@
}
///
- /// Read the and use the information to construct a .
+ /// Read the and use the information to construct a .
///
- /// A new .
- public FailureMechanismPlaceholder ReadAsFailureMechanismPlaceholder()
+ /// A new .
+ public StandAloneFailureMechanism ReadAsFailureMechanismPlaceholder()
{
- var failureMechanism = new FailureMechanismPlaceholder("temporaryName", "temporaryCode")
+ var failureMechanism = new StandAloneFailureMechanism("temporaryName", "temporaryCode")
{
StorageId = FailureMechanismEntityId,
IsRelevant = IsRelevant == 1