Auto review

This commit is contained in:
Benoit Marty 2020-06-22 17:10:09 +02:00
parent ad7297c7e3
commit f984cff5b4

View file

@ -64,7 +64,7 @@ internal abstract class AuthModule {
}
@Binds
abstract fun bindLegacySessionImporter(service: DefaultLegacySessionImporter): LegacySessionImporter
abstract fun bindLegacySessionImporter(importer: DefaultLegacySessionImporter): LegacySessionImporter
@Binds
abstract fun bindSessionParamsStore(store: RealmSessionParamsStore): SessionParamsStore