Skip to content

Commit c731e85

Browse files
Brijesh PrasadBrijesh Prasad
authored andcommitted
typo in package name
1 parent 193d8b2 commit c731e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/content/driver/tutorials/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ New MongoClient API (since 3.7):
2323

2424
```java
2525
import com.mongodb.ConnectionString;
26-
import com.mongodb.clients.MongoClients;
27-
import com.mongodb.clients.MongoClient;
26+
import com.mongodb.client.MongoClients;
27+
import com.mongodb.client.MongoClient;
2828
```
2929

3030
Legacy MongoClient API:

0 commit comments

Comments
 (0)