Skip to content

Commit d4c8b56

Browse files
committed
Expose some fields of GankIoService
1 parent 6864f2c commit d4c8b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/cn/nekocode/gank/backend/GankIoService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import retrofit2.converter.gson.GsonConverterFactory
2626
/**
2727
* @author nekocode ([email protected])
2828
*/
29-
class GankIoService(client: OkHttpClient, gson: Gson) {
29+
class GankIoService(val client: OkHttpClient, val gson: Gson) {
3030
private val retrofit: Retrofit =
3131
Retrofit.Builder()
3232
.baseUrl("http://gank.io/api/data/%E7%A6%8F%E5%88%A9/")

0 commit comments

Comments
 (0)