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"); |       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(); | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user