Skip to content

Commit 638a476

Browse files
committed
Fix
1 parent 90d0245 commit 638a476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/usage-examples/sample-index-application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import reactor.core.publisher.Flux;
1414
import reactor.core.publisher.Mono;
1515

16-
public class IndexOperations {
16+
public class IndexApp {
1717
public static void main(String[] args) {
1818
// Replace the placeholder with your Atlas connection string
1919
String uri = "<connection string URI>";

0 commit comments

Comments
 (0)