Skip to content

Commit e057f86

Browse files
committed
docs: Remove redundant details from DoclingServeConvertApi comments
Simplified method description by removing unnecessary implementation details about async threading and background polling, focusing on core functionality. Signed-off-by: Eric Deandrea <eric.deandrea@gmail.com>
1 parent 0c50eb3 commit e057f86

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docling-serve/docling-serve-api/src/main/java/ai/docling/serve/api/DoclingServeConvertApi.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ public interface DoclingServeConvertApi {
2424
* {@link CompletableFuture} that completes when the conversion is done.
2525
*
2626
* <p>This method starts the conversion, polls the status in the background, and completes
27-
* the future with the result when the conversion finishes. The polling happens on a separate
28-
* thread, avoiding potential thread deadlock issues and allowing downstream frameworks
29-
* (like Quarkus/Mutiny or Spring/WebFlux) to integrate with their own async APIs.
27+
* the future with the result when the conversion finishes.
3028
*
3129
* <p>Example usage:
3230
* <pre>{@code

0 commit comments

Comments
 (0)