Skip to content

Commit 304d064

Browse files
committed
Trigger workflow run
1 parent c79e623 commit 304d064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/queries/AnnQueryFilter.java

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

3131
public class AnnQueryFilter {
3232
public static ArrayList<Document> main(String[] args ) {
33-
// Replace the placeholder with your Atlas connection string
33+
// Replace the placeholder with your Atlas connection string.
3434
String uri = System.getenv("ATLAS_CONNECTION_STRING");
3535

3636
// Connect to your Atlas cluster

0 commit comments

Comments
 (0)