Skip to content

Commit f559dcd

Browse files
committed
Add missing periods.
1 parent fda38e9 commit f559dcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

vector/src/main/java/im/vector/app/features/analytics/plan/Error.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ data class Error(
4949
*/
5050
val isFederated: Boolean? = null,
5151
/**
52-
* true if the current user is using matrix.org
52+
* true if the current user is using matrix.org.
5353
*/
5454
val isMatrixDotOrg: Boolean? = null,
5555
val name: Name,
5656
/**
5757
* UTDs can be permanent or temporary. If temporary, this field will
5858
* contain the time it took to decrypt the message in milliseconds. If
59-
* permanent should be -1
59+
* permanent should be -1.
6060
*/
6161
val timeToDecryptMillis: Int? = null,
6262
/**
@@ -65,7 +65,7 @@ data class Error(
6565
*/
6666
val userTrustsOwnIdentity: Boolean? = null,
6767
/**
68-
* true if that unable to decrypt error was visible to the user
68+
* true if that unable to decrypt error was visible to the user.
6969
*/
7070
val wasVisibleToUser: Boolean? = null,
7171
) : VectorAnalyticsEvent {

vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ data class PollCreation(
4141

4242
enum class Action {
4343
/**
44-
* Newly created poll
44+
* Newly created poll.
4545
*/
4646
Create,
4747

4848
/**
49-
* Edit of an existing poll
49+
* Edit of an existing poll.
5050
*/
5151
Edit,
5252
}

vector/src/main/java/im/vector/app/features/analytics/plan/SuperProperties.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package im.vector.app.features.analytics.plan
2626
*/
2727
data class SuperProperties(
2828
/**
29-
* Used by web to identify the platform (Web Platform/Electron Platform)
29+
* Used by web to identify the platform (Web Platform/Electron Platform).
3030
*/
3131
val appPlatform: String? = null,
3232
/**

0 commit comments

Comments
 (0)