From bdff23a74db1273dba9edf04423e307ac74489f0 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 9 Sep 2022 14:24:07 +0200 Subject: [PATCH] update doc --- .../main/java/im/vector/app/core/pushers/VectorPushHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")