We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d924e84 commit 96e6824Copy full SHA for 96e6824
1 file changed
docs/modules/ROOT/pages/coreFeatures/schedulers.adoc
@@ -22,7 +22,7 @@ public static void main(String[] args) throws InterruptedException {
22
.subscribe(v -> //<2>
23
System.out.println(v + Thread.currentThread().getName()) //<3>
24
)
25
- )
+ );
26
t.start();
27
t.join();
28
0 commit comments