Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/RendezvousChannel.kt

Co-authored-by: Benoit Marty <benoitm@matrix.org>
This commit is contained in:
Hugh Nimmo-Smith 2022-10-18 12:08:09 +01:00 committed by GitHub
parent 9fb0db3129
commit 0d1df3f66e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ interface RendezvousChannel {
suspend fun receive(): ByteArray?
/**
* @returns closes the channel and cleans up
* Closes the channel and cleans up.
*/
suspend fun close()
}