File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
client/src/main/java/com/influxdb/client Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333import javax .annotation .Nullable ;
3434import javax .annotation .concurrent .NotThreadSafe ;
3535
36- import okhttp3 .HttpUrl ;
37- import okhttp3 .OkHttpClient ;
38- import okhttp3 .Protocol ;
39-
4036import com .influxdb .LogLevel ;
4137import com .influxdb .client .domain .WriteConsistency ;
4238import com .influxdb .client .domain .WritePrecision ;
4541import com .influxdb .exceptions .InfluxException ;
4642import com .influxdb .utils .Arguments ;
4743
44+ import okhttp3 .HttpUrl ;
45+ import okhttp3 .OkHttpClient ;
46+ import okhttp3 .Protocol ;
47+
4848/**
4949 * InfluxDBClientOptions are used to configure theInfluxDB 2.x connections.
5050 *
@@ -699,8 +699,8 @@ private ParsedUrl(@Nonnull final String connectionString) {
699699 String urlWithoutParams = url .scheme () + "://" + host + ":" + url .port () + url .encodedPath ();
700700
701701 this .urlWithoutParams = urlWithoutParams .endsWith ("/" )
702- ? urlWithoutParams
703- : urlWithoutParams + "/" ;
702+ ? urlWithoutParams
703+ : urlWithoutParams + "/" ;
704704 }
705705 }
706706 }
Original file line number Diff line number Diff line change 2626import javax .annotation .Nonnull ;
2727import javax .annotation .Nullable ;
2828
29- import retrofit2 .Call ;
30-
3129import com .influxdb .LogLevel ;
3230import com .influxdb .client .AuthorizationsApi ;
3331import com .influxdb .client .BucketsApi ;
8381import com .influxdb .exceptions .UnprocessableEntityException ;
8482import com .influxdb .utils .Arguments ;
8583
84+ import retrofit2 .Call ;
85+
8686/**
8787 * @author Jakub Bednar (bednar@github) (11/10/2018 09:36)
8888 */
You can’t perform that action at this time.
0 commit comments