Skip to content

Commit 782ef44

Browse files
committed
fixes mongoauthentication on fix validation
1 parent a2d41bc commit 782ef44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongodb-driver/src/main/java/org/jnosql/diana/mongodb/document/MongoAuthentication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
final class MongoAuthentication {
3434

35+
private MongoAuthentication() {
36+
}
3537

3638
static Optional<MongoCredential> of(Settings settings) {
3739

0 commit comments

Comments
 (0)