mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add AuthorManager#getMyAuthorInfo() without transaction
and add test for it
This commit is contained in:
@@ -19,6 +19,11 @@ public interface AuthorManager {
|
||||
*/
|
||||
AuthorInfo getAuthorInfo(Transaction txn, AuthorId a) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the {@link AuthorInfo} for the {@link LocalAuthor}.
|
||||
*/
|
||||
AuthorInfo getMyAuthorInfo() throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the {@link AuthorInfo} for the {@link LocalAuthor}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user