File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
client/src/main/java/com/influxdb/client/internal Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3131import java .util .logging .Logger ;
3232import javax .annotation .Nonnull ;
3333
34- import okhttp3 .Interceptor ;
35- import okhttp3 .OkHttpClient ;
36- import okhttp3 .logging .HttpLoggingInterceptor ;
37- import retrofit2 .Call ;
38- import retrofit2 .CallAdapter ;
39- import retrofit2 .Retrofit ;
40- import retrofit2 .adapter .rxjava3 .RxJava3CallAdapterFactory ;
41- import retrofit2 .converter .gson .GsonConverterFactory ;
42- import retrofit2 .converter .scalars .ScalarsConverterFactory ;
43-
4434import com .influxdb .client .InfluxDBClientOptions ;
4535import com .influxdb .client .JSON ;
4636import com .influxdb .client .domain .Dialect ;
5242import com .influxdb .internal .UserAgentInterceptor ;
5343import com .influxdb .utils .Arguments ;
5444
45+ import okhttp3 .Interceptor ;
46+ import okhttp3 .OkHttpClient ;
47+ import okhttp3 .logging .HttpLoggingInterceptor ;
48+ import retrofit2 .Call ;
49+ import retrofit2 .CallAdapter ;
50+ import retrofit2 .Retrofit ;
51+ import retrofit2 .adapter .rxjava3 .RxJava3CallAdapterFactory ;
52+ import retrofit2 .converter .gson .GsonConverterFactory ;
53+ import retrofit2 .converter .scalars .ScalarsConverterFactory ;
54+
5555/**
5656 * @author Jakub Bednar (bednar@github) (20/11/2018 07:13)
5757 */
You can’t perform that action at this time.
0 commit comments