mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +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
|
@FunctionalInterface
|
||||||
private interface MessageRetriever {
|
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);
|
Set<MessageId> getMessages(Set<MessageId> allMessages);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user