Skip to content

Commit 2c2d874

Browse files
authored
Update App.java
Correction of error detected by maven-pmd-plugin.
1 parent fd71076 commit 2c2d874

File tree

1 file changed

+1
-1
lines changed
  • tls/src/main/java/com/iluwatar/tls

1 file changed

+1
-1
lines changed

tls/src/main/java/com/iluwatar/tls/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static void main(String[] args) {
104104
System.out.println("The List exceptionList contains " + counterExceptions + " exceptions");
105105

106106
} catch (Exception e) {
107-
// no action here
107+
System.out.println("Abnormal end of program. Program throws exception: ");
108108
}
109109
executor.shutdown();
110110
}

0 commit comments

Comments
 (0)