File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
client/src/main/java/io/split/client Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4848import java .io .IOException ;
4949import java .net .URI ;
5050import java .net .URISyntaxException ;
51- import java .util .*;
51+
52+ import java .util .ArrayList ;
53+ import java .util .List ;
54+ import java .util .Random ;
5255import java .util .stream .Collectors ;
5356
5457public class SplitFactoryImpl implements SplitFactory {
Original file line number Diff line number Diff line change 22
33import io .split .client .SplitClientConfig ;
44import org .apache .hc .core5 .http .EntityDetails ;
5- import org .apache .hc .core5 .http .HttpException ;
65import org .apache .hc .core5 .http .HttpRequest ;
76import org .apache .hc .core5 .http .HttpRequestInterceptor ;
87import org .apache .hc .core5 .http .protocol .HttpContext ;
98import org .slf4j .Logger ;
109import org .slf4j .LoggerFactory ;
1110
12- import java .io .IOException ;
1311import java .net .InetAddress ;
1412
1513import static com .google .common .base .Preconditions .checkNotNull ;
You can’t perform that action at this time.
0 commit comments