From f559dcdd85882d03b859955dc4017db2c222fd63 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 27 Mar 2024 08:08:58 +0100 Subject: [PATCH] Add missing periods. --- .../java/im/vector/app/features/analytics/plan/Error.kt | 6 +++--- .../im/vector/app/features/analytics/plan/PollCreation.kt | 4 ++-- .../vector/app/features/analytics/plan/SuperProperties.kt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vector/src/main/java/im/vector/app/features/analytics/plan/Error.kt b/vector/src/main/java/im/vector/app/features/analytics/plan/Error.kt index fbc598c8eb..98553b9258 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/plan/Error.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/plan/Error.kt @@ -49,14 +49,14 @@ data class Error( */ val isFederated: Boolean? = null, /** - * true if the current user is using matrix.org + * true if the current user is using matrix.org. */ val isMatrixDotOrg: Boolean? = null, val name: Name, /** * UTDs can be permanent or temporary. If temporary, this field will * contain the time it took to decrypt the message in milliseconds. If - * permanent should be -1 + * permanent should be -1. */ val timeToDecryptMillis: Int? = null, /** @@ -65,7 +65,7 @@ data class Error( */ val userTrustsOwnIdentity: Boolean? = null, /** - * true if that unable to decrypt error was visible to the user + * true if that unable to decrypt error was visible to the user. */ val wasVisibleToUser: Boolean? = null, ) : VectorAnalyticsEvent { diff --git a/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt b/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt index ebb7a3efd0..c9ee1afd47 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt @@ -41,12 +41,12 @@ data class PollCreation( enum class Action { /** - * Newly created poll + * Newly created poll. */ Create, /** - * Edit of an existing poll + * Edit of an existing poll. */ Edit, } diff --git a/vector/src/main/java/im/vector/app/features/analytics/plan/SuperProperties.kt b/vector/src/main/java/im/vector/app/features/analytics/plan/SuperProperties.kt index cd5d9dfdc7..b62ae85a41 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/plan/SuperProperties.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/plan/SuperProperties.kt @@ -26,7 +26,7 @@ package im.vector.app.features.analytics.plan */ data class SuperProperties( /** - * Used by web to identify the platform (Web Platform/Electron Platform) + * Used by web to identify the platform (Web Platform/Electron Platform). */ val appPlatform: String? = null, /**