Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Aug 9, 2024
1 parent f53ce83 commit b28199b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ public PropertyData(XElement node)

this.IsNew = node.Attribute("New")?.Value == "true";
this.IsPublicProperty = node.Attribute("Internal")?.Value != "true";
this.IsOverride = node.Attribute("Override")?.Value == "true";
this.IsOverride = node.Attribute("Override")?.Value == "true"; // Sonar

this.IsSkipped = this.TypeNonNullable switch // Sonar
{
Expand Down

0 comments on commit b28199b

Please sign in to comment.