]> source.dussan.org Git - jgit.git/commit
Implement AutoClosable interface to support try-with-resources block 38/40438/5
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Jan 2015 10:14:22 +0000 (11:14 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 9 Feb 2015 13:11:50 +0000 (14:11 +0100)
commit27ae8bc65553879000ae6a687dbe3a888160da98
tree36974dc932e9e2e3cbed2ea95c7f67244b36103d
parentc26bc63ef168e4da3886f376d1609b392b5651c3
Implement AutoClosable interface to support try-with-resources block

Bug: 428039
Change-Id: I41880862db5303b5bea4b2184ba7844d69c997b5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackFile.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackFile.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDatabase.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java