Update App.java
Correction of correction ;-)
This commit is contained in:
parent
2c2d874ac8
commit
f84c4c1611
@ -104,7 +104,7 @@ public class App {
|
|||||||
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
|
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
System.out.println("Abnormal end of program. Program throws exception: ");
|
System.out.println("Abnormal end of program. Program throws exception: " + e);
|
||||||
}
|
}
|
||||||
executor.shutdown();
|
executor.shutdown();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user