From 686124bec32fcdee1545e7d9c312dcf0276b44af Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 11 Apr 2015 00:21:39 +0200 Subject: Replace deprecated release() methods by close() See the discussion [1] in the Gerrit mailing list. [1] https://groups.google.com/forum/#!topic/repo-discuss/RRQT_xCqz4o Change-Id: I2c67384309c5c2e8511a7d0d4e088b4e95f819ff Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/diff') diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java b/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java index b71e9902cc..bcc30c35b4 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java @@ -380,14 +380,6 @@ public class DiffFormatter implements AutoCloseable { out.flush(); } - /** - * Release the internal ObjectReader state. Use {@link #close()} instead. - */ - @Deprecated - public void release() { - close(); - } - /** * Release the internal ObjectReader state. * -- cgit v1.2.3