File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
client/src/main/java/com/influxdb/client Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2121 */
2222package com .influxdb .client ;
2323
24- import javax .annotation .Nonnull ;
25- import javax .annotation .Nullable ;
26- import javax .annotation .concurrent .NotThreadSafe ;
2724import java .io .IOException ;
2825import java .io .InputStream ;
2926import java .time .Duration ;
3229import java .util .Properties ;
3330import java .util .regex .Matcher ;
3431import java .util .regex .Pattern ;
32+ import javax .annotation .Nonnull ;
33+ import javax .annotation .Nullable ;
34+ import javax .annotation .concurrent .NotThreadSafe ;
35+
36+ import okhttp3 .HttpUrl ;
37+ import okhttp3 .OkHttpClient ;
38+ import okhttp3 .Protocol ;
39+
3540import com .influxdb .LogLevel ;
3641import com .influxdb .client .domain .WriteConsistency ;
3742import com .influxdb .client .domain .WritePrecision ;
3843import com .influxdb .client .write .PointSettings ;
3944import com .influxdb .client .write .WriteParameters ;
4045import com .influxdb .exceptions .InfluxException ;
4146import com .influxdb .utils .Arguments ;
42- import okhttp3 .HttpUrl ;
43- import okhttp3 .OkHttpClient ;
44- import okhttp3 .Protocol ;
4547
4648/**
4749 * InfluxDBClientOptions are used to configure theInfluxDB 2.x connections.
You can’t perform that action at this time.
0 commit comments