Skip to content

Commit 0b11c31

Browse files
committed
thrown exception
1 parent 1277bfc commit 0b11c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

join/src/main/java/com/iluwatar/join/JoinPatternDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class JoinPatternDemo {
3838
/**
3939
* execution of demo and dependent threads.
4040
*/
41-
public static void main(String[] args) {
41+
public static void main(String[] args) throws InterruptedException {
4242

4343
int[] executionOrder = {4, 2, 1, 3};
4444
int noOfDemoThreads = 4;

0 commit comments

Comments
 (0)