Skip to content

Commit

Permalink
create renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZyLegenD committed Jun 6, 2019
1 parent 8af7539 commit bad876e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import retrofit2.Retrofit
*/


inline fun <reified T> Retrofit?.create(): T? {
inline fun <reified T> Retrofit?.createClient(): T? {
return this?.create(T::class.java)
}

Expand Down

0 comments on commit bad876e

Please sign in to comment.