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 2121 */
2222package com .influxdb .client ;
2323
24+ import javax .annotation .Nonnull ;
25+ import javax .annotation .Nullable ;
26+ import javax .annotation .concurrent .NotThreadSafe ;
2427import java .io .IOException ;
2528import java .io .InputStream ;
2629import java .time .Duration ;
2932import java .util .Properties ;
3033import java .util .regex .Matcher ;
3134import java .util .regex .Pattern ;
32- import javax .annotation .Nonnull ;
33- import javax .annotation .Nullable ;
34- import javax .annotation .concurrent .NotThreadSafe ;
35-
3635import com .influxdb .LogLevel ;
3736import com .influxdb .client .domain .WriteConsistency ;
3837import com .influxdb .client .domain .WritePrecision ;
3938import com .influxdb .client .write .PointSettings ;
4039import com .influxdb .client .write .WriteParameters ;
4140import com .influxdb .exceptions .InfluxException ;
4241import com .influxdb .utils .Arguments ;
43-
4442import okhttp3 .HttpUrl ;
4543import okhttp3 .OkHttpClient ;
4644import okhttp3 .Protocol ;
Original file line number Diff line number Diff line change 2121 */
2222package com .influxdb .client .internal ;
2323
24- import java .util .logging .Level ;
25- import java .util .logging .Logger ;
2624import javax .annotation .Nonnull ;
2725import javax .annotation .Nullable ;
28-
26+ import java .util .logging .Level ;
27+ import java .util .logging .Logger ;
2928import com .influxdb .LogLevel ;
3029import com .influxdb .client .AuthorizationsApi ;
3130import com .influxdb .client .BucketsApi ;
8079import com .influxdb .exceptions .InfluxException ;
8180import com .influxdb .exceptions .UnprocessableEntityException ;
8281import com .influxdb .utils .Arguments ;
83-
8482import retrofit2 .Call ;
8583
8684/**
You can’t perform that action at this time.
0 commit comments