Merge "Replace call to deprecated RevWalk.release() in DescribeCommand"

This commit is contained in:
Shawn Pearce 2015-04-08 15:26:19 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 881dfc0147
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public int compare(Candidate o1, Candidate o2) {
throw new JGitInternalException(e.getMessage(), e);
} finally {
setCallable(false);
w.release();
w.close();
}
}
}