File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
common/src/main/java/com/datastax/oss/common/sink/config Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
import static com .datastax .oss .common .sink .config .ConfigUtil .getFilePath ;
20
20
21
21
import com .datastax .oss .common .sink .ConfigException ;
22
+ import com .datastax .oss .driver .shaded .guava .common .annotations .VisibleForTesting ;
22
23
import edu .umd .cs .findbugs .annotations .Nullable ;
23
24
import io .netty .handler .ssl .SslContext ;
24
25
import io .netty .handler .ssl .SslContextBuilder ;
@@ -243,11 +244,13 @@ public String toString() {
243
244
OPENSSL_PRIVATE_KEY_OPT );
244
245
}
245
246
246
- Path getOpenSslKeyCertChain () {
247
+ @ VisibleForTesting
248
+ public Path getOpenSslKeyCertChain () {
247
249
return certFilePath ;
248
250
}
249
251
250
- Path getOpenSslPrivateKey () {
252
+ @ VisibleForTesting
253
+ public Path getOpenSslPrivateKey () {
251
254
return privateKeyPath ;
252
255
}
253
256
You can’t perform that action at this time.
0 commit comments