Skip to content

Commit 9a78119

Browse files
committed
Moved comment into comment blocks
1 parent 6a7bc24 commit 9a78119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Data.Sql/SqlTopicRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)