]> source.dussan.org Git - jgit.git/commit
Fix API breakage introduced by da254106 72/127172/5
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 7 Aug 2018 19:33:24 +0000 (21:33 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Wed, 8 Aug 2018 09:44:55 +0000 (11:44 +0200)
commitcf6463bddc879bdf8ed500d80f826d645fcf9dc2
tree4e7701423ae78ed0630c8cda27dfa7887b1eb787
parentda254106a737ed719e84b5a5e43d5e53149b8937
Fix API breakage introduced by da254106

Use org.eclipse.jgit.errors.CancelledException which is a subclass of
IOException instead of org.eclipse.jgit.api.errors.CanceledException in
order to avoid breaking API. We can reconsider this with the next major
version 6.0.

Bug: 536324
Change-Id: Ia6f84f59aa6b7d78b8fccaba24ade320a54f7458
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
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/diff/RenameDetector.java
org.eclipse.jgit/src/org/eclipse/jgit/diff/SimilarityRenameDetector.java