retrofit2.adapter.rxjava.HttpException修改为retrofit2.HttpException

This commit is contained in:
huangzhuanghua
2017-05-02 10:44:23 +08:00
parent 471ebb3b6e
commit 4db2b1cc29
46 changed files with 46 additions and 46 deletions

View File

@ -9,7 +9,7 @@ import com.gh.gamecenter.retrofit.*;
import com.gh.gamecenter.retrofit.Response;
import okhttp3.*;
import org.json.*;
import retrofit2.adapter.rxjava.HttpException;
import retrofit2.HttpException;
import rx.android.schedulers.AndroidSchedulers;
import rx.schedulers.Schedulers;