File tree 3 files changed +3
-3
lines changed
src/main/java/io/vavr/concurrent
src-gen/main/java/io/vavr
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1373,7 +1373,7 @@ def generateMainClasses(): Unit = {
1373
1373
* import static io.vavr.API.*;
1374
1374
* </code></pre>
1375
1375
*
1376
- * <h3 >For-comprehension</h3 >
1376
+ * <h2 >For-comprehension</h2 >
1377
1377
* <p>
1378
1378
* The {@code For}-comprehension is syntactic sugar for nested for-loops. We write
1379
1379
*
Original file line number Diff line number Diff line change 48
48
* import static io.vavr.API.*;
49
49
* </code></pre>
50
50
*
51
- * <h3 >For-comprehension</h3 >
51
+ * <h2 >For-comprehension</h2 >
52
52
* <p>
53
53
* The {@code For}-comprehension is syntactic sugar for nested for-loops. We write
54
54
*
Original file line number Diff line number Diff line change 35
35
* The underlying {@code Executor} is used to execute asynchronous handlers, e.g. via
36
36
* {@code promise.future().onComplete(...)}.
37
37
*
38
- * <h3 >Creation</h3 >
38
+ * <h2 >Creation</h2 >
39
39
* <p>
40
40
* Promise offers static factory methods to create new promises which hasn't been fulfilled yet:
41
41
* <ul>
You can’t perform that action at this time.
0 commit comments