]> source.dussan.org Git - jgit.git/commit
Implement AutoClosable interface on classes that used release() 63/40463/6
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Jan 2015 15:06:38 +0000 (16:06 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 9 Feb 2015 13:11:50 +0000 (14:11 +0100)
commit77030a5e94a90cfae223acc477c216603cf3f149
treef1e2ee0e77732687633ddf4aac7e60a111956ccb
parent27ae8bc65553879000ae6a687dbe3a888160da98
Implement AutoClosable interface on classes that used release()

Implement AutoClosable and deprecate the old release() method to give
JGit consumers some time to adapt.

Bug: 428039
Change-Id: Id664a91dc5a8cf2ac401e7d87ce2e3b89e221458
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectInserter.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java
org.eclipse.jgit/src/org/eclipse/jgit/submodule/SubmoduleWalk.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java