8000 Fix Diff.Compare() Obsolete message · MicrosoftWebMatrix/libgit2sharp@735a133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 735a133

Browse files
yorahnulltoken
authored andcommitted
Fix Diff.Compare() Obsolete message
1 parent cb1abb4 commit 735a133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Diff.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private static IDictionary<DiffTargets, Func<Repository, TreeComparisonHandleRet
150150
/// <param name = "diffTarget">The target to compare to.</param>
151151
/// <param name = "paths">The list of paths (either files or directories) that should be compared.</param>
152152
/// <returns>A <see cref = "TreeChanges"/> containing the changes between the <see cref="Tree"/> and the selected target.</returns>
153-
[Obsolete("This method will be removed in the next release. Please use Compare(Tree, Tree, DiffTargets, IEnumerable<string>) instead.")]
153+
[Obsolete("This method will be removed in the next release. Please use Compare(Tree, DiffTargets, IEnumerable<string>) instead.")]
154154
public virtual TreeChanges Compare(Tree oldTree, DiffTarget diffTarget, IEnumerable<string> paths = null)
155155
{
156156
DiffTargets targets;

0 commit comments

Comments
 (0)
0