We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304d064 commit 2e23be6Copy full SHA for 2e23be6
java/src/main/java/indexes/CreateIndexBasic.java
@@ -21,7 +21,7 @@
21
22
public class CreateIndexBasic {
23
public static void main(String[] args) {
24
- // Replace the placeholder with your Atlas connection string
+ // Replace the placeholder with your Atlas connection string.
25
String uri = System.getenv("ATLAS_CONNECTION_STRING");
26
27
// Connect to your Atlas cluster
0 commit comments