Skip to content

Commit 9cd77b6

Browse files
committed
docs: add small comment
1 parent 6ee8a21 commit 9cd77b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openai-java-example/src/main/java/com/openai/example/ModelListAsyncExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static void main(String[] args) {
2323
.forEach(
2424
model -> {
2525
System.out.println(model.id());
26+
// Keep iterating
2627
return true;
2728
},
2829
pageFuture.defaultExecutor()))

0 commit comments

Comments
 (0)