]> source.dussan.org Git - jgit.git/commit
Simplify exception handling in RevWalk#iterator 60/132160/1
authorJonathan Nieder <jrn@google.com>
Fri, 9 Nov 2018 01:55:19 +0000 (17:55 -0800)
committerJonathan Nieder <jrn@google.com>
Fri, 9 Nov 2018 01:55:19 +0000 (17:55 -0800)
commitaeba0032003480dd821edc22fa4ab1a66192549f
treee5913887d14d16b42eae640cf1d8be9fd3c81b95
parent1385f4b3dacca2b30dc4f78967e831720618c782
Simplify exception handling in RevWalk#iterator

MissingObjectException and IncorrectObjectTypeException are subclasses
of IOException.

Change-Id: Ib4e1f37ce1b0b08e69ba3375bbdb6ee82ee4f036
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java