mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +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));
|
||||
}
|
||||
|
||||
private class ConnectionRecord {
|
||||
private static class ConnectionRecord {
|
||||
|
||||
private final TransportId transportId;
|
||||
private final InterruptibleConnection conn;
|
||||
|
||||
Reference in New Issue
Block a user