1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00

Fix formatting.

This commit is contained in:
Tom Hacohen 2019-08-05 08:34:30 +01:00
parent f03ce1d60e
commit 687f973725

View File

@ -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)