mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
[core] Add JavaDoc for MessageRetreiver of IntroductionManager
for message deletion
This commit is contained in:
@@ -562,6 +562,10 @@ class IntroductionManagerImpl extends ConversationClientImpl
|
||||
|
||||
@FunctionalInterface
|
||||
private interface MessageRetriever {
|
||||
/**
|
||||
* Returns a set of messages that should be deleted.
|
||||
* These must be a subset of the given set of all messages.
|
||||
*/
|
||||
Set<MessageId> getMessages(Set<MessageId> allMessages);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user