Skip to content

Commit a0ddcaa

Browse files
committed
stage
1 parent 8d30e83 commit a0ddcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connection/connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ DNS Service Discovery
102102

103103
.. code-block:: java
104104

105-
ConnectionString uri = new ConnectionString("mongodb+srv://<hostname>/");
105+
String uri = "mongodb+srv://<hostname>/";
106106

107107
.. _connect-atlas-java-driver:
108108

0 commit comments

Comments
 (0)