mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Move adding new ThreadList items to ViewModel
This commit is contained in:
@@ -13,15 +13,12 @@ public interface MessageTree<T extends MessageTree.MessageNode> {
|
||||
|
||||
void add(Collection<T> nodes);
|
||||
|
||||
@Deprecated
|
||||
void add(T node);
|
||||
|
||||
@Deprecated
|
||||
void clear();
|
||||
|
||||
List<T> depthFirstOrder();
|
||||
|
||||
@Deprecated
|
||||
boolean contains(MessageId m);
|
||||
|
||||
@NotNullByDefault
|
||||
|
||||
@@ -109,7 +109,6 @@ public interface ForumManager {
|
||||
/**
|
||||
* Returns the group count for the given forum.
|
||||
*/
|
||||
@Deprecated
|
||||
GroupCount getGroupCount(GroupId g) throws DbException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user