File tree 2 files changed +8
-8
lines changed
client/src/main/java/com/influxdb/client
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
import javax .annotation .Nullable ;
34
34
import javax .annotation .concurrent .NotThreadSafe ;
35
35
36
- import okhttp3 .HttpUrl ;
37
- import okhttp3 .OkHttpClient ;
38
- import okhttp3 .Protocol ;
39
-
40
36
import com .influxdb .LogLevel ;
41
37
import com .influxdb .client .domain .WriteConsistency ;
42
38
import com .influxdb .client .domain .WritePrecision ;
45
41
import com .influxdb .exceptions .InfluxException ;
46
42
import com .influxdb .utils .Arguments ;
47
43
44
+ import okhttp3 .HttpUrl ;
45
+ import okhttp3 .OkHttpClient ;
46
+ import okhttp3 .Protocol ;
47
+
48
48
/**
49
49
* InfluxDBClientOptions are used to configure theInfluxDB 2.x connections.
50
50
*
@@ -699,8 +699,8 @@ private ParsedUrl(@Nonnull final String connectionString) {
699
699
String urlWithoutParams = url .scheme () + "://" + host + ":" + url .port () + url .encodedPath ();
700
700
701
701
this .urlWithoutParams = urlWithoutParams .endsWith ("/" )
702
- ? urlWithoutParams
703
- : urlWithoutParams + "/" ;
702
+ ? urlWithoutParams
703
+ : urlWithoutParams + "/" ;
704
704
}
705
705
}
706
706
}
Original file line number Diff line number Diff line change 26
26
import javax .annotation .Nonnull ;
27
27
import javax .annotation .Nullable ;
28
28
29
- import retrofit2 .Call ;
30
-
31
29
import com .influxdb .LogLevel ;
32
30
import com .influxdb .client .AuthorizationsApi ;
33
31
import com .influxdb .client .BucketsApi ;
83
81
import com .influxdb .exceptions .UnprocessableEntityException ;
84
82
import com .influxdb .utils .Arguments ;
85
83
84
+ import retrofit2 .Call ;
85
+
86
86
/**
87
87
* @author Jakub Bednar (bednar@github) (11/10/2018 09:36)
88
88
*/
You can’t perform that action at this time.
0 commit comments