File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ List<Topic> unresolvedRelationships
408408
409409 /*------------------------------------------------------------------------------------------------------------------------
410410 | Add unmatched attributes
411+ >-------------------------------------------------------------------------------------------------------------------------
412+ | Loop through the content type's supported attributes and add attribute to null attributes if topic does not contain it
411413 \-----------------------------------------------------------------------------------------------------------------------*/
412-
413- //Loop through the content type's supported attributes and add attribute to null attributes if topic does not contain it
414414 foreach ( var attribute in GetUnmatchedAttributes ( topic ) ) {
415415 attributeValues . AddRow ( attribute . Key ) ;
416416 }
You can’t perform that action at this time.
0 commit comments