Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
#40: doc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kovalenko-ct committed Jan 16, 2018
1 parent 2feae66 commit 75b7096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public List<String> getErrorMessages() {
* type associated in {@link #typeUpdateActions} pair), but both actions are impossible. Hence the operation
* are performed in parallel using default fork join pool for streams.
*
* @return completion stage of updated types, aggregated to pairs of {@code tenantName -> List of updatedTypes}
* @return completion stage of a pair {@code tenantName -> List of updatedTypes}
*/
public CompletionStage<Pair<String, List<Type>>> executeActions() {
Stream<CompletionStage<Type>> createTypesStream = typesToCreate.stream().map(type ->
Expand Down

0 comments on commit 75b7096

Please sign in to comment.