We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1277bfc commit 0b11c31Copy full SHA for 0b11c31
join/src/main/java/com/iluwatar/join/JoinPatternDemo.java
@@ -38,7 +38,7 @@ public class JoinPatternDemo {
38
/**
39
* execution of demo and dependent threads.
40
*/
41
- public static void main(String[] args) {
+ public static void main(String[] args) throws InterruptedException {
42
43
int[] executionOrder = {4, 2, 1, 3};
44
int noOfDemoThreads = 4;
0 commit comments