Tidy RestoreAccount

This commit is contained in:
ameba23
2021-04-23 13:22:10 +02:00
parent 3d34a36908
commit a5f0516135
2 changed files with 42 additions and 11 deletions

View File

@@ -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;
}