IDEMPIERE-3793 Transaction not closed

This commit is contained in:
Carlos Ruiz 2018-09-27 16:44:14 +02:00
parent ec7ee69efb
commit fb2c89fbca
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ public class Trx
} }
catch (SQLException e2) {;} catch (SQLException e2) {;}
} }
trx = null;
// Throw exception // Throw exception
if (e instanceof RuntimeException) if (e instanceof RuntimeException)
{ {