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 6864f2c commit d4c8b56Copy full SHA for d4c8b56
backend/src/main/java/cn/nekocode/gank/backend/GankIoService.kt
@@ -26,7 +26,7 @@ import retrofit2.converter.gson.GsonConverterFactory
26
/**
27
* @author nekocode ([email protected])
28
*/
29
-class GankIoService(client: OkHttpClient, gson: Gson) {
+class GankIoService(val client: OkHttpClient, val gson: Gson) {
30
private val retrofit: Retrofit =
31
Retrofit.Builder()
32
.baseUrl("http://gank.io/api/data/%E7%A6%8F%E5%88%A9/")
0 commit comments