mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
FIX: Addresses reviewer comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user