Skip to content

Commit

Permalink
Add missing half of annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Mar 20, 2018
1 parent e8ac37f commit 8d909a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GitCommands/CommitDataManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public interface ICommitDataManager
/// Gets <see cref="CommitData"/> for the specified <paramref name="sha1"/>.
/// </summary>
[ContractAnnotation("=>null,error:notnull")]
[ContractAnnotation("=>notnull,error:null")]
CommitData GetCommitData([NotNull] string sha1, out string error);

/// <summary>
Expand Down

0 comments on commit 8d909a3

Please sign in to comment.