File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/main/java/com/datastax/oss/common/sink/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class AuthenticatorConfig extends AbstractConfig {
42
42
public static final String SERVICE_OPT = "auth.gssapi.service" ;
43
43
44
44
private static final Logger log = LoggerFactory .getLogger (AuthenticatorConfig .class );
45
- private static final ConfigDef CONFIG_DEF =
45
+ public static final ConfigDef CONFIG_DEF =
46
46
new ConfigDef ()
47
47
.define (
48
48
PROVIDER_OPT ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class SslConfig extends AbstractConfig {
51
51
public static final String TRUSTSTORE_PATH_OPT = "ssl.truststore.path" ;
52
52
static final String CIPHER_SUITES_OPT = "ssl.cipherSuites" ;
53
53
54
- private static final ConfigDef CONFIG_DEF =
54
+ public static final ConfigDef CONFIG_DEF =
55
55
new ConfigDef ()
56
56
.define (
57
57
PROVIDER_OPT ,
You can’t perform that action at this time.
0 commit comments