mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Tidy RestoreAccount
This commit is contained in:
@@ -9,6 +9,7 @@ import java.security.GeneralSecurityException;
|
||||
|
||||
public interface RestoreAccount {
|
||||
|
||||
|
||||
int getNumberOfShards();
|
||||
|
||||
boolean addReturnShardPayload(ReturnShardPayload toAdd);
|
||||
@@ -19,5 +20,5 @@ public interface RestoreAccount {
|
||||
|
||||
SocialBackup getSocialBackup();
|
||||
|
||||
void addContactsToDb() throws InterruptedException, DbException;
|
||||
void addContactsToDb() throws DbException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user