mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
PR review
This commit is contained in:
parent
51fe7b9a93
commit
dae0b66c90
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class MXUsersDevicesMap<E> {
|
|||
/**
|
||||
* Provides the object for a device id and a user Id.
|
||||
*
|
||||
* @param userId the object id
|
||||
* @param userId the user id
|
||||
* @param deviceId the device id
|
||||
* @return the object
|
||||
*/
|
||||
|
|
|
@ -123,7 +123,7 @@ internal class RuntimeJsonAdapterFactory<T>(
|
|||
* @param baseType The base type for which this factory will create adapters. Cannot be Object.
|
||||
* @param labelKey The key in the JSON object whose value determines the type to which to map the
|
||||
* JSON object.
|
||||
* @param fallbackType
|
||||
* @param fallbackType alternative Type to try in case of the serialization fails
|
||||
*/
|
||||
@CheckReturnValue
|
||||
fun <T> of(baseType: Class<T>, labelKey: String, fallbackType: Class<out T>): RuntimeJsonAdapterFactory<T> {
|
||||
|
|
Loading…
Reference in a new issue