Skip to content

Commit 2e23be6

Browse files
committed
Trigger workflow run
1 parent 304d064 commit 2e23be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/indexes/CreateIndexBasic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
public class CreateIndexBasic {
2323
public static void main(String[] args) {
24-
// Replace the placeholder with your Atlas connection string
24+
// Replace the placeholder with your Atlas connection string.
2525
String uri = System.getenv("ATLAS_CONNECTION_STRING");
2626

2727
// Connect to your Atlas cluster

0 commit comments

Comments
 (0)