8000 Hide PackBuilder.Dispose() · repo-archive/libgit2sharp@a579a09 · GitHub
[go: up one dir, main page]

Skip to content

Commit a579a09

Browse files
committed
Hide PackBuilder.Dispose()
1 parent 7b8e982 commit a579a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/PackBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void AddRecursively(ObjectId id)
7979
/// <summary>
8080
/// Disposes the PackBuilder object.
8181
/// </summary>
82-
public void Dispose()
82+
void IDisposable.Dispose()
8383
{
8484
packBuilderHandle.SafeDispose();
8585
}

0 commit comments

Comments
 (0)
0