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 2c2d874 commit f84c4c1Copy full SHA for f84c4c1
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
- System.out.println("Abnormal end of program. Program throws exception: ");
+ System.out.println("Abnormal end of program. Program throws exception: " + e);
108
}
109
executor.shutdown();
110
0 commit comments