Skip to content

Commit 1dc4182

Browse files
committed
docs: add small comment
1 parent 40efcd0 commit 1dc4182

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)