mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Inner class can be static.
This commit is contained in:
@@ -253,7 +253,7 @@ class ConnectionRegistryImpl implements ConnectionRegistry {
|
|||||||
eventBus.broadcast(new RendezvousConnectionClosedEvent(p, success));
|
eventBus.broadcast(new RendezvousConnectionClosedEvent(p, success));
|
||||||
}
|
}
|
||||||
|
|
||||||
private class ConnectionRecord {
|
private static class ConnectionRecord {
|
||||||
|
|
||||||
private final TransportId transportId;
|
private final TransportId transportId;
|
||||||
private final InterruptibleConnection conn;
|
private final InterruptibleConnection conn;
|
||||||
|
|||||||
Reference in New Issue
Block a user