We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36e049 commit 77ebb1cCopy full SHA for 77ebb1c
src/main/java/br/com/leonardoz/features/futures/UsingCompletableFuture.java
@@ -10,7 +10,7 @@
10
/**
11
*
12
* CompletableFuture is a Future that may be manually completed. It combines a
13
- * Future interface with the CompletionState interface, supporting dependent
+ * Future interface with the CompletionStage interface, supporting dependent
14
* actions that trigger upon its completion, similarly to a callback.
15
16
* Important: Specify an Executor for async methods when available. All async
0 commit comments