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 fun roomVersionService(): RoomVersionService
/** /**
* Get the LocationSharingService associated to this Room * Get the LocationSharingService associated to this Room.
*/ */
fun locationSharingService(): LocationSharingService fun locationSharingService(): LocationSharingService
} }

View file

@ -23,7 +23,7 @@ import org.matrix.android.sdk.internal.util.database.RealmMigrator
/** /**
* Migrating to: * 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) { internal class MigrateSessionTo029(realm: DynamicRealm) : RealmMigrator(realm, 28) {