commit comments may not be tied to a line number

This commit is contained in:
Brendan Forster
2015-04-22 11:59:34 +09:30
parent 92045a58c9
commit 37f51fe7de
+1 -1
View File
@@ -56,7 +56,7 @@ namespace Octokit
/// <summary>
/// Line index in the diff that was commented on.
/// </summary>
public int Position { get; protected set; }
public int? Position { get; protected set; }
/// <summary>
/// The line number in the file that was commented on.