File tree 1 file changed +10
-10
lines changed
client/src/main/java/com/influxdb/client/internal
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 31
31
import java .util .logging .Logger ;
32
32
import javax .annotation .Nonnull ;
33
33
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
-
44
34
import com .influxdb .client .InfluxDBClientOptions ;
45
35
import com .influxdb .client .JSON ;
46
36
import com .influxdb .client .domain .Dialect ;
52
42
import com .influxdb .internal .UserAgentInterceptor ;
53
43
import com .influxdb .utils .Arguments ;
54
44
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
+
55
55
/**
56
56
* @author Jakub Bednar (bednar@github) (20/11/2018 07:13)
57
57
*/
You can’t perform that action at this time.
0 commit comments