FIX: Addresses reviewer comments

This commit is contained in:
Santiago Torres
2016-09-18 17:04:42 -04:00
parent 62527a62c1
commit cef4c31e0b
12 changed files with 377 additions and 386 deletions

View File

@@ -1141,7 +1141,7 @@ public class IntroductionIntegrationTest extends BriarTestCase {
time);
}
}
} catch (DbException | IOException | NullPointerException exception) {
} catch (DbException | IOException exception) {
msgWaiter.rethrow(exception);
eventWaiter.rethrow(exception);
} finally {