]> source.dussan.org Git - jgit.git/commit
BranchCommandTest: Create Git instances in try-with-resource 24/64324/2
authorDavid Pursehouse <david.pursehouse@sonymobile.com>
Thu, 14 Jan 2016 08:53:28 +0000 (17:53 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 19 Jan 2016 16:27:46 +0000 (17:27 +0100)
commit78b3f174f21102bb8e36d3a2d16a2956a3265045
tree81af7268f1ed7c506d95cfe2762754bb2257bcee
parent7f84e40f31c692df57c75719bb1733dbb8d0eb40
BranchCommandTest: Create Git instances in try-with-resource

Also remove a local variable in one of the tests that was
hiding a member variable with the same name.

Change-Id: Ia4d94cdbf2d83d8be2645f0a93d8891d01606c59
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/BranchCommandTest.java