File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
client/src/main/java/com/influxdb/client Expand file tree Collapse file tree 2 files changed +5
-9
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 ;
24
27
import java .io .IOException ;
25
28
import java .io .InputStream ;
26
29
import java .time .Duration ;
29
32
import java .util .Properties ;
30
33
import java .util .regex .Matcher ;
31
34
import java .util .regex .Pattern ;
32
- import javax .annotation .Nonnull ;
33
- import javax .annotation .Nullable ;
34
- import javax .annotation .concurrent .NotThreadSafe ;
35
-
36
35
import com .influxdb .LogLevel ;
37
36
import com .influxdb .client .domain .WriteConsistency ;
38
37
import com .influxdb .client .domain .WritePrecision ;
39
38
import com .influxdb .client .write .PointSettings ;
40
39
import com .influxdb .client .write .WriteParameters ;
41
40
import com .influxdb .exceptions .InfluxException ;
42
41
import com .influxdb .utils .Arguments ;
43
-
44
42
import okhttp3 .HttpUrl ;
45
43
import okhttp3 .OkHttpClient ;
46
44
import okhttp3 .Protocol ;
Original file line number Diff line number Diff line change 21
21
*/
22
22
package com .influxdb .client .internal ;
23
23
24
- import java .util .logging .Level ;
25
- import java .util .logging .Logger ;
26
24
import javax .annotation .Nonnull ;
27
25
import javax .annotation .Nullable ;
28
-
26
+ import java .util .logging .Level ;
27
+ import java .util .logging .Logger ;
29
28
import com .influxdb .LogLevel ;
30
29
import com .influxdb .client .AuthorizationsApi ;
31
30
import com .influxdb .client .BucketsApi ;
80
79
import com .influxdb .exceptions .InfluxException ;
81
80
import com .influxdb .exceptions .UnprocessableEntityException ;
82
81
import com .influxdb .utils .Arguments ;
83
-
84
82
import retrofit2 .Call ;
85
83
86
84
/**
You can’t perform that action at this time.
0 commit comments