mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
ExceptionHandler interface.
This commit is contained in:
@@ -58,7 +58,7 @@ class ConnectionDispatcherImpl implements ConnectionDispatcher {
|
||||
}
|
||||
|
||||
public void connectionRejected() {
|
||||
r.dispose(false);
|
||||
r.dispose(true);
|
||||
}
|
||||
|
||||
public void handleException(DbException e) {
|
||||
@@ -103,7 +103,7 @@ class ConnectionDispatcherImpl implements ConnectionDispatcher {
|
||||
}
|
||||
|
||||
public void connectionRejected() {
|
||||
s.dispose(false);
|
||||
s.dispose(true);
|
||||
}
|
||||
|
||||
public void handleException(DbException e) {
|
||||
|
||||
Reference in New Issue
Block a user