Update App.java

Correction of correction ;-)
This commit is contained in:
Thomas 2017-03-18 10:02:37 +01:00 committed by GitHub
parent 2c2d874ac8
commit f84c4c1611

View File

@ -104,7 +104,7 @@ public class App {
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
} 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();
}