Update App.java

Correction of error detected by maven-pmd-plugin.
This commit is contained in:
Thomas 2017-03-18 10:00:13 +01:00 committed by GitHub
parent fd7107694a
commit 2c2d874ac8

View File

@ -104,7 +104,7 @@ public class App {
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
} catch (Exception e) {
// no action here
System.out.println("Abnormal end of program. Program throws exception: ");
}
executor.shutdown();
}