Skip to content

Commit f7d9f6a

Browse files
committed
Fix violations of SA1624 (PropertySummaryDocumentationMustOmitSetAccessorWithRestrictedAccess)
1 parent d98f4f2 commit f7d9f6a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/FileHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ internal static FileHeader MissingFileHeader
4949
}
5050

5151
/// <summary>
52-
/// Gets or sets a value indicating whether the file header is missing.
52+
/// Gets a value indicating whether the file header is missing.
5353
/// </summary>
5454
/// <value>
5555
/// True if the file header is missing.

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/XmlFileHeader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ internal static XmlFileHeader MalformedFileHeader
6767
}
6868

6969
/// <summary>
70-
/// Gets or sets a value indicating whether the file header is missing.
70+
/// Gets a value indicating whether the file header is missing.
7171
/// </summary>
7272
/// <value>
7373
/// True if the file header is missing.
7474
/// </value>
7575
internal bool IsMissing { get; private set; }
7676

7777
/// <summary>
78-
/// Gets or sets a value indicating whether the file header contains a properly formatted XML structure.
78+
/// Gets a value indicating whether the file header contains a properly formatted XML structure.
7979
/// </summary>
8080
/// <value>
8181
/// True if the file header is not properly formatted XML.

0 commit comments

Comments
 (0)