diff --git a/vector/src/main/java/im/vector/app/core/pushers/VectorPushHandler.kt b/vector/src/main/java/im/vector/app/core/pushers/VectorPushHandler.kt index 2919539f78..b74028d579 100644 --- a/vector/src/main/java/im/vector/app/core/pushers/VectorPushHandler.kt +++ b/vector/src/main/java/im/vector/app/core/pushers/VectorPushHandler.kt @@ -69,7 +69,7 @@ class VectorPushHandler @Inject constructor( /** * Called when message is received. * - * @param message the message + * @param pushData the data received in the push. */ fun handle(pushData: PushData) { Timber.tag(loggerTag.value).d("## handling pushData")