We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db7041 commit 46a918fCopy full SHA for 46a918f
newsapi/src/main/java/com/mecofarid/newsapi/NewsApiManager.kt
@@ -23,10 +23,10 @@ class NewsApiManager {
23
mApiToken = apiToken
24
}
25
26
- fun getApiToken(): String? = mApiToken
+ internal fun getApiToken(): String? = mApiToken
27
28
- fun getOkHttpClient(): OkHttpClient = mOkHttpClient
+ internal fun getOkHttpClient(): OkHttpClient = mOkHttpClient
29
30
- fun getGson(): Gson = mGson
+ internal fun getGson(): Gson = mGson
31
32
0 commit comments