mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
Fix formatting.
This commit is contained in:
parent
f03ce1d60e
commit
687f973725
@ -42,7 +42,8 @@ abstract class BaseManager {
|
||||
throw Exceptions.AssociateNotAllowedException(response, apiError.detail)
|
||||
} else if (apiError.code == "journal_owner_inactive") {
|
||||
throw Exceptions.ReadOnlyException(response, apiError.detail)
|
||||
} }
|
||||
}
|
||||
}
|
||||
}// Fall through. We want to always throw when unsuccessful.
|
||||
|
||||
throw Exceptions.HttpException(response, apiError.detail)
|
||||
|
Loading…
Reference in New Issue
Block a user