Replaced public properties by readonly fields with a public getter and cleaned code

This commit is contained in:
Gabriel Weyer
2013-11-24 19:06:59 +11:00
parent ceb943c550
commit 921353dd4b
9 changed files with 146 additions and 151 deletions

View File

@@ -7,7 +7,6 @@ namespace Octokit
public PullRequestReviewCommentRequest()
{
// Default arguments
Sort = PullRequestReviewCommentSort.Created;
Direction = SortDirection.Ascending;
Since = null;