mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Singleton lists and singleton sets aren't equal, so use lists
consistently.
This commit is contained in:
@@ -1191,7 +1191,8 @@ DatabaseCleaner.Callback {
|
||||
contactLock.readLock().unlock();
|
||||
}
|
||||
// Call the listeners outside the lock
|
||||
callListeners(new SubscriptionsUpdatedEvent(Collections.singleton(c)));
|
||||
callListeners(new SubscriptionsUpdatedEvent(
|
||||
Collections.singletonList(c)));
|
||||
}
|
||||
|
||||
public void receiveTransportUpdate(ContactId c, TransportUpdate t)
|
||||
|
||||
Reference in New Issue
Block a user