Update App.java
Correction of error detected by maven-pmd-plugin.
This commit is contained in:
parent
fd7107694a
commit
2c2d874ac8
@ -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) {
|
||||||
// no action here
|
System.out.println("Abnormal end of program. Program throws exception: ");
|
||||||
}
|
}
|
||||||
executor.shutdown();
|
executor.shutdown();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user