Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The method calls Batch.submit() in the finally block. If both the try and finally block throw exceptions, the one from the try block is ignored.