Skip to content

Commit d756abb

Browse files
committed
Minimal change to retrigger CI check
1 parent 673fc54 commit d756abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OpenAiController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ ResponseEntity<ResponseBodyEmitter> streamChatCompletionDeltas() {
7373
emitter.complete();
7474
}
7575
};
76-
7776
ThreadContextExecutors.getExecutor().execute(consumeStream);
7877

7978
// TEXT_EVENT_STREAM allows the browser to display the content as it is streamed
@@ -101,7 +100,6 @@ ResponseEntity<ResponseBodyEmitter> streamChatCompletion() {
101100
emitter.complete();
102101
}
103102
};
104-
105103
ThreadContextExecutors.getExecutor().execute(consumeStream);
106104

107105
// TEXT_EVENT_STREAM allows the browser to display the content as it is streamed

0 commit comments

Comments
 (0)