|
@@ -43,13 +43,15 @@ class ClientFactoryImpl implements ClientFactory {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public OwnCloudClient create(Account account)
|
|
public OwnCloudClient create(Account account)
|
|
- throws OperationCanceledException, AuthenticatorException, IOException, AccountUtils.AccountNotFoundException {
|
|
|
|
|
|
+ throws OperationCanceledException, AuthenticatorException, IOException,
|
|
|
|
+ AccountUtils.AccountNotFoundException {
|
|
return OwnCloudClientFactory.createOwnCloudClient(account, context);
|
|
return OwnCloudClientFactory.createOwnCloudClient(account, context);
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public OwnCloudClient create(Account account, Activity currentActivity)
|
|
public OwnCloudClient create(Account account, Activity currentActivity)
|
|
- throws OperationCanceledException, AuthenticatorException, IOException, AccountUtils.AccountNotFoundException {
|
|
|
|
|
|
+ throws OperationCanceledException, AuthenticatorException, IOException,
|
|
|
|
+ AccountUtils.AccountNotFoundException {
|
|
return OwnCloudClientFactory.createOwnCloudClient(account, context, currentActivity);
|
|
return OwnCloudClientFactory.createOwnCloudClient(account, context, currentActivity);
|
|
}
|
|
}
|
|
|
|
|