mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
Update App.java
Correction of error detected by maven-pmd-plugin.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user