mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Adding missing ending dots in comments
This commit is contained in:
parent
1b8440d7c8
commit
8d2debf47e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue