removes doc warning

dev
Laurent 7 years ago
parent 9bbfe2f979
commit 3b65082794
  1. 2
      app/src/main/java/net/pokeranalytics/android/util/extensions/RealmExtensions.kt

@ -50,7 +50,7 @@ fun <T : RealmModel> Realm.sorted(clazz: Class<T>) : RealmResults<T> {
}
/**
* Returns all entities of the [clazz] sorted with their default sorting
* Returns all entities of the [C] class sorted with their default sorting
*/
inline fun <reified C : RealmModel> Realm.sorted() : RealmResults<C> {
return this.sorted(C::class.java)

Loading…
Cancel
Save