We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb1d54 commit b788a16Copy full SHA for b788a16
SysML2.NET/Extensions/ElementExtensions.cs
@@ -67,7 +67,7 @@ public static void AssignOwnership(this IElement source, IRelationship bridgeRel
67
throw new InvalidOperationException("The relationship can not own itself.");
68
}
69
70
- // Missing logic: Child can not contain Parent at any containment level
+ // Missing logic: Target can not contain Source at any containment level
71
72
if (bridgeRelationship.OwningRelatedElement != null && bridgeRelationship.OwningRelatedElement != source)
73
{
0 commit comments