Adding missing ending dots in comments

This commit is contained in:
Maxime NATUREL 2022-05-25 09:44:07 +02:00
parent 1b8440d7c8
commit 8d2debf47e
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ interface Room {
fun roomVersionService(): RoomVersionService
/**
* Get the LocationSharingService associated to this Room
* Get the LocationSharingService associated to this Room.
*/
fun locationSharingService(): LocationSharingService
}

View File

@ -23,7 +23,7 @@ import org.matrix.android.sdk.internal.util.database.RealmMigrator
/**
* Migrating to:
* Live location sharing aggregated summary: adding new field userId
* Live location sharing aggregated summary: adding new field userId.
*/
internal class MigrateSessionTo029(realm: DynamicRealm) : RealmMigrator(realm, 28) {