We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd71076 commit 2c2d874Copy full SHA for 2c2d874
tls/src/main/java/com/iluwatar/tls/App.java
@@ -104,7 +104,7 @@ public static void main(String[] args) {
104
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
105
106
} catch (Exception e) {
107
- // no action here
+ System.out.println("Abnormal end of program. Program throws exception: ");
108
}
109
executor.shutdown();
110
0 commit comments