Skip to content

Commit 410ff01

Browse files
committed
Use Wrapper class Boolean
1 parent 3d534fc commit 410ff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/cdap/plugin/MongoDBConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class MongoDBConfig extends PluginConfig {
8282
"enabled if the MongoDB deployment supports SRV DNS records for connection resolution.")
8383
@Macro
8484
@Nullable
85-
private boolean connectUsingSRVString;
85+
private Boolean connectUsingSRVString;
8686

8787
@Name(MongoDBConstants.CONNECTION_ARGUMENTS)
8888
@Description("A list of arbitrary string key/value pairs as connection arguments.")

0 commit comments

Comments
 (0)