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 21
21
*/
22
22
package com .influxdb .client ;
23
23
24
- import javax .annotation .Nonnull ;
25
- import javax .annotation .Nullable ;
26
- import javax .annotation .concurrent .NotThreadSafe ;
27
24
import java .io .IOException ;
28
25
import java .io .InputStream ;
29
26
import java .time .Duration ;
32
29
import java .util .Properties ;
33
30
import java .util .regex .Matcher ;
34
31
import 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
+
35
40
import com .influxdb .LogLevel ;
36
41
import com .influxdb .client .domain .WriteConsistency ;
37
42
import com .influxdb .client .domain .WritePrecision ;
38
43
import com .influxdb .client .write .PointSettings ;
39
44
import com .influxdb .client .write .WriteParameters ;
40
45
import com .influxdb .exceptions .InfluxException ;
41
46
import com .influxdb .utils .Arguments ;
42
- import okhttp3 .HttpUrl ;
43
- import okhttp3 .OkHttpClient ;
44
- import okhttp3 .Protocol ;
45
47
46
48
/**
47
49
* InfluxDBClientOptions are used to configure theInfluxDB 2.x connections.
You can’t perform that action at this time.
0 commit comments