]> source.dussan.org Git - jgit.git/commit
LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository 14/90814/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 10 Feb 2017 10:51:52 +0000 (19:51 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 10 Feb 2017 12:04:03 +0000 (21:04 +0900)
commita9a3ce92aab43ab442160dce310941eab769f7b9
tree31233ec79e4eb6480bcae2faf240e98b66a725d9
parent158d3722d3aa016988aa288d9773af584632ede0
LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository

Clarify that 'true' means 'auto close'. This makes it consistent with
other calls that have a boolean argument for 'bare'. It also makes it a
bit easier to see what's going on while stepping in the debugger, because
it's not necessary to scroll around to find the method declaration.

Change-Id: Idacd749407dcfd258af3efaaf44d129069925dd3
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java