mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Allow to decide whether test contacts should have alias
This commit is contained in:
@@ -24,5 +24,6 @@ public interface TestDataCreator {
|
||||
int numBlogPosts, int numForums, int numForumPosts);
|
||||
|
||||
@IoExecutor
|
||||
Contact addContact(String name, boolean avatar) throws DbException;
|
||||
Contact addContact(String name, boolean alias, boolean avatar)
|
||||
throws DbException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user