Move throw line

This commit is contained in:
Benoit Marty 2020-02-13 07:44:54 +01:00
parent 0b7e757f3c
commit f2e6900cfb
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ interface PushersService {
* Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour
*
* @return A work request uuid. Can be used to listen to the status
* @throws [InvalidParameterException] if a parameter is not correct
* (LiveData<WorkInfo> status = workManager.getWorkInfoByIdLiveData(<UUID>))
* @throws [InvalidParameterException] if a parameter is not correct
*/
fun addHttpPusher(pushkey: String,
appId: String,