|
@@ -352,7 +352,7 @@ public class Parallel extends Task |
|
|
// System.out.println("Thread " + i + " is still |
|
|
// System.out.println("Thread " + i + " is still |
|
|
// alive "); |
|
|
// alive "); |
|
|
// still running - wait for it |
|
|
// still running - wait for it |
|
|
semaphore.wait(); |
|
|
|
|
|
|
|
|
semaphore.wait(); //NOSONAR |
|
|
continue outer2; |
|
|
continue outer2; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|