]> source.dussan.org Git - jgit.git/commit
Fix unthrown exception errors in CloneCommandTest 28/103728/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 26 Aug 2017 07:08:16 +0000 (09:08 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 26 Aug 2017 07:11:02 +0000 (09:11 +0200)
commit7511bc886e801f5f30d8048117618dd3814cc3e7
tree953355ba40a3555d254491c26fbebb2d1f4dc058
parente237c289369ff4e30dbc0e0f3fe6e7e097086c63
Fix unthrown exception errors in CloneCommandTest

The Eclipse compiler raises errors for unthrown exceptions declared to
be thrown by test methods introduced in 88e45399.

Change-Id: I0d91c89e1b20ceff52c38b759abf906cc94e9902
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java