Skip to content

Commit 77ebb1c

Browse files
authored
Update UsingCompletableFuture.java
CompletionStage
1 parent f36e049 commit 77ebb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/leonardoz/features/futures/UsingCompletableFuture.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
*
1212
* CompletableFuture is a Future that may be manually completed. It combines a
13-
* Future interface with the CompletionState interface, supporting dependent
13+
* Future interface with the CompletionStage interface, supporting dependent
1414
* actions that trigger upon its completion, similarly to a callback.
1515
*
1616
* Important: Specify an Executor for async methods when available. All async

0 commit comments

Comments
 (0)