Remove suppress attribute

This commit is contained in:
Robert Mills
2013-12-02 20:08:04 -05:00
committed by Marius Ungureanu
parent 9d6345d0ea
commit f644376d52
+1 -2
View File
@@ -24,7 +24,6 @@ namespace Octokit
/// Files that make up this gist using the key as Filename
/// and value as Content
/// </summary>
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IDictionary<string, string> Files { get; set; }
public IDictionary<string, string> Files { get; private set; }
}
}