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

@ -52,9 +52,9 @@ interface PushersService {
* @param withEventIdOnly true to limit the push content to only id and not message content * @param withEventIdOnly true to limit the push content to only id and not message content
* Ref: https://matrix.org/docs/spec/push_gateway/r0.1.1#homeserver-behaviour * 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 * @return A work request uuid. Can be used to listen to the status
* (LiveData<WorkInfo> status = workManager.getWorkInfoByIdLiveData(<UUID>))
* @throws [InvalidParameterException] if a parameter is not correct * @throws [InvalidParameterException] if a parameter is not correct
* (LiveData<WorkInfo> status = workManager.getWorkInfoByIdLiveData(<UUID>))
*/ */
fun addHttpPusher(pushkey: String, fun addHttpPusher(pushkey: String,
appId: String, appId: String,