TagObject fixes

This commit is contained in:
aedampir@gmail.com
2016-03-29 17:43:27 +07:00
parent a943928543
commit b9b88a4e64
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Octokit
}
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods",
Justification = "Name defined by web api and required for deserialisation")]
Justification = "Name defined by web api and required for deserialization")]
public TaggedType Type { get; protected set; }
}