File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/trino-client/src/test/java/io/trino/client/uri Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 */
1414package io .trino .client .uri ;
1515
16+ import com .google .common .collect .ImmutableList ;
1617import org .junit .jupiter .api .Test ;
17- import org .weakref .jmx .$internal .guava .collect .ImmutableList ;
1818
1919import java .lang .reflect .Method ;
2020import java .lang .reflect .Modifier ;
2323import java .util .Properties ;
2424import java .util .Set ;
2525
26+ import static com .google .common .collect .ImmutableSet .toImmutableSet ;
2627import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .CA ;
2728import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .FULL ;
2829import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .NONE ;
4041import static io .trino .client .uri .PropertyName .SSL_VERIFICATION ;
4142import static org .assertj .core .api .Assertions .assertThat ;
4243import static org .assertj .core .api .Assertions .assertThatThrownBy ;
43- import static org .weakref .jmx .$internal .guava .collect .ImmutableSet .toImmutableSet ;
4444
4545public class TestTrinoUri
4646{
You can’t perform that action at this time.
0 commit comments