Make that body readonly

This commit is contained in:
Haacked
2015-03-17 17:53:10 -07:00
parent 0d096dfc92
commit 61954151a3

View File

@@ -91,7 +91,7 @@ namespace Octokit
/// <summary>
/// The text of the license
/// </summary>
public string Body { get; set; }
public string Body { get; protected set; }
internal override string DebuggerDisplay
{