Skip to content

Commit 8058676

Browse files
committed
Readme.md
Chnages to Readme.md
1 parent 96cfb8d commit 8058676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/AoJ/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ introduction to ADBA see the [JavaOne 2017 presentation](http://www.oracle.com/t
108108
ForkJoinPool.commonPool().awaitQuiescence(1, TimeUnit.MINUTES);
109109
}```
110110
111+
111112
## AoJ Design Spec in 100 words or less
112113
113114
The methods called by the user thread create a network
114-
([DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph)) of
115+
(i.e., [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph)) of
115116
```CompletableFuture```s. These ```CompleteableFuture```s asynchronously execute
116117
the synchronous JDBC calls and the result processing code provided by the user
117118
code. By default AoJ uses ```ForkJoinPool.commonPool()``` to execute

0 commit comments

Comments
 (0)