From 37f51fe7deeab9dceb5ff81adf77c4ec6e59a031 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 22 Apr 2015 11:59:34 +0930 Subject: [PATCH] commit comments may not be tied to a line number --- Octokit/Models/Response/CommitComment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit/Models/Response/CommitComment.cs b/Octokit/Models/Response/CommitComment.cs index 9685cc0e..f2db8e87 100644 --- a/Octokit/Models/Response/CommitComment.cs +++ b/Octokit/Models/Response/CommitComment.cs @@ -56,7 +56,7 @@ namespace Octokit /// /// Line index in the diff that was commented on. /// - public int Position { get; protected set; } + public int? Position { get; protected set; } /// /// The line number in the file that was commented on.