Skip to content

Commit 39150c4

Browse files
committed
Add AutoEncryptionSettings#toString
All values hidden JAVA-4439
1 parent 5e0ac85 commit 39150c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

driver-core/src/main/com/mongodb/AutoEncryptionSettings.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,9 @@ private AutoEncryptionSettings(final Builder builder) {
359359
this.extraOptions = notNull("extraOptions", builder.extraOptions);
360360
this.bypassAutoEncryption = builder.bypassAutoEncryption;
361361
}
362+
363+
@Override
364+
public String toString() {
365+
return "AutoEncryptionSettings{<hidden>}";
366+
}
362367
}

0 commit comments

Comments
 (0)